[U-Boot-Users] [patch 1/1] Set GD_FLG_RELOC for boards skipping relocation to RAM

Remy Bohmer linux at bohmer.net
Tue Jul 22 16:28:04 CEST 2008


Hello Jean-Christophe,

>> +static int reloc_init(void)
>> +{
>> +     gd->flags |= GD_FLG_RELOC;
> you need to return 0 at least

Oops, You are right... (I forgot it somehow)
Thanks!

Remy




More information about the U-Boot mailing list