[U-Boot-Users] Re: Stuck relocating command table

Gregg Nemas gnemas at gmail.com
Fri Jul 22 19:58:28 CEST 2005


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






More information about the U-Boot mailing list