On Wednesday 12 October 2011 07:13:38 Heiko Schocher wrote: > --- a/arch/arm/lib/board.c > +++ b/arch/arm/lib/board.c > @@ -80,7 +80,6 @@ extern void rtl8019_get_enetaddr (uchar * addr); > #include <i2c.h> > #endif > > - > /************************************************************************ > * Coloured LED functionality > ************************************************************************
this looks like useless noise that checkpatch doesn't even complain about > --- a/common/cmd_log.c > +++ b/common/cmd_log.c > > unsigned long __logbuffer_base(void) > { > - return CONFIG_SYS_SDRAM_BASE + gd->bd->bi_memsize - LOGBUFF_LEN; > + return CONFIG_SYS_SDRAM_BASE + gd->ram_size - LOGBUFF_LEN; > } i'm guessing avr32/microblaze not having ram_size in their global_data is a bug ? conversely, arm is the only arch that doesn't have bi_memsize in their board_data ... -mike
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot