[U-Boot-Users] "How to change data segment start address in Uboot at compile time"

Hi All,
I am working on MIPS board where i am using uboot as a boot loader.
I need to rearrange the data segment. Can anyone let me now which configuration file in the uboot will hold the segment start address information.
I know one file which is config.mk where we use to give TEXT start address. Other than this any other file is like that.
Thanks in Advance Regards, Nagi

You can use AT in linker script (board/xxx.lds)
Also using objcopy may help too...
Regards, Hemant.
On 30/11/06, nagi reddy chitta nagireddy.chitta@gmail.com wrote:
Hi All,
I am working on MIPS board where i am using uboot as a boot loader.
I need to rearrange the data segment. Can anyone let me now which configuration file in the uboot will hold the segment start address information.
I know one file which is config.mk where we use to give TEXT start address. Other than this any other file is like that.
Thanks in Advance Regards, Nagi
Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=D...
U-Boot-Users mailing list U-Boot-Users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/u-boot-users
participants (2)
-
Hemant Pedanekar
-
nagi reddy chitta