mirror of
https://github.com/u-boot/u-boot.git
synced 2024-11-27 14:14:37 +08:00
arm, logbuffer: make it compileclean
Signed-off-by: Heiko Schocher <hs@denx.de> Cc: Albert ARIBAUD <albert.u.boot@aribaud.net>
This commit is contained in:
parent
ccf7988b9a
commit
ee4014b005
@ -82,7 +82,6 @@ extern void rtl8019_get_enetaddr (uchar * addr);
|
||||
#include <i2c.h>
|
||||
#endif
|
||||
|
||||
|
||||
/************************************************************************
|
||||
* Coloured LED functionality
|
||||
************************************************************************
|
||||
|
@ -68,7 +68,7 @@ static char *lbuf;
|
||||
|
||||
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;
|
||||
}
|
||||
unsigned long logbuffer_base (void) __attribute__((weak, alias("__logbuffer_base")));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user