
14 Feb
2007
14 Feb
'07
8:50 p.m.
I have a friend with a test program that used to be in ppcboot and is now moving to uboot. With some compilations on some computers he gets his /examples/hello_world starting at 0x40000 and on others it starts at 0x40004.
The first 4 bytes appear to be a magic number which is either 0x18220 or 0x18300 depending on ppcboot or uboot and old or newer toolchain.
The question is:
"What file controls the addition (or deletion) of this 4 byte magic number at the beginning of "hello_world?"
Charles