[U-Boot] {Spam?} u-boot relocation

Marcel korgull at home.nl
Thu Dec 30 20:38:36 CET 2010


On Tuesday, December 28, 2010 05:48:20 pm Simon Glass wrote:
> Hi,
> 
> (Is there documentation about this somewhere? - I couldn't find it). I
> assume your board is hanging during relocation.
> 
> You could try putting this function back (but without the __ prefix)
> 
> void dram_init_banksize(void)
> {
>        gd->bd->bi_dram[0].start = CONFIG_SYS_SDRAM_BASE;
>        gd->bd->bi_dram[0].size =  gd->ram_size;
> }

Unfortunately no change by doing this, but thanks for the suggestion.

Regards,
Marcel


More information about the U-Boot mailing list