
22 Jul
2005
22 Jul
'05
7:58 p.m.
Cedric VINCENT <cedric.vincent <at> gmail.com> writes:
Can you try this please (and reply me if it works or no) :
In "u-boot.lds" replace : __u_boot_cmd_start = .; with __u_boot_cmd_start = ADDR(.u_boot_cmd);
Yes, that fixed it. Thanks. I still have other problems, but at least I get all the way to a u-boot prompt now. I have to #undef CONFIG_SPD_EEPROM to get it to complete the boot. Otherwise it hangs after doing I2C probe.
Gregg