
When building a u-boot image for our custom 440 board using the command 'make ramsym=1', I have the following error message which I
Please read the FAQ: http://www.denx.de/wiki/view/DULG/CanUBootBeConfiguredSuchThatItCanBeStarted...
Oh...I know and understand this FAQ. ;)
board. And there is no problem if I build the image for flash, i.e.,
Then build the image for flash and use this. This is the only supported mode of operation anyway.
I guess I didn't explain my problem very clearly. I don't start u-boot in RAM. The only reason I'm trying to build a ram version is to get a symbol file with TEXT_BASE at a ram address instead of a flash address. The WindRiver ICE doesn't suport loading symbols from an arbitrary address. :(
The thing I don't understand is why changing TEXT_BASE would cause the link error.
Thanks, -Shawn.