[U-Boot-Users] how to modify my ld scripts--3nd

Wolfgang Denk wd at denx.de
Mon Oct 27 12:36:07 CET 2003


In message <20031027105423.91301.qmail at web41110.mail.yahoo.com> you wrote:
>
> so The PHYS_FLASH_1 = 0;
> Can i modify my scripts as this?
> . = 0x13000;
>  . = ALIGN(76 * 1024);

This makes no sense. Remove this align statement.

The rest is fine - assuming you really want to place your environment
at an offset of 76 kB.


BTW - you can check the result of the linker run  in  the  u-boot.map
file.

Best regards,

Wolfgang Denk

-- 
Software Engineering:  Embedded and Realtime Systems,  Embedded Linux
Phone: (+49)-8142-4596-87  Fax: (+49)-8142-4596-88  Email: wd at denx.de
Quote from a recent meeting:   "We are going to continue having these
meetings everyday until I find out why no work is getting done."




More information about the U-Boot mailing list