[U-Boot-Users] ppc4xx relocate_code what it does????

Sughosh Ganu g.sughosh at gdatech.co.in
Fri Aug 10 18:53:24 CEST 2007


  Hi,

> I just want to disable relocation because i want to run the uboot from ram
> and debug(BDI 2000).

  But relocation does just that,move the u-boot to ram and runs it from
  there.
  
> 
> I tried like this i changed the TEXT_BASE to 0x1900000 (my ram is 32 Mb)
> 
> But my u-boot code is failing to compile (I am using ELDK)
> 
> please anybody help me
> 

  You have to boot from the flash as the reset vector is the last
  word.Changing the text base is not going to help.I suggest you read
  the manual first.

-- 
sughosh




More information about the U-Boot mailing list