mirror of
https://xff.cz/git/u-boot/
synced 2025-09-02 01:02:19 +02: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:
committed by
Albert ARIBAUD
parent
ccf7988b9a
commit
ee4014b005
@@ -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")));
|
||||
|
||||
|
Reference in New Issue
Block a user