
13 Oct
2009
13 Oct
'09
4:50 p.m.
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