[U-Boot] Running u-boot without relocation to RAM?

alfred steele alfred.jaquez at gmail.com
Tue Oct 13 16:50:19 CEST 2009


> So is it possible to completly disable the relocation process at startup and run U-Boot with having opcode in PROM and data in RAM? If yes, how could I achieve this?
>
> I already tried to remove the corresponding code in the start.S and searched the README for switches, but without success.
Did you try the "CONFIG_SKIP_RELOCATE_UBOOT" ? I am not sure if it
serves your purpose here. It depends upon whether or not your
"start.S" uses it at all.

-Alfred


More information about the U-Boot mailing list