]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - common/cmd_log.c
rename CFG_ macros to CONFIG_SYS
[people/ms/u-boot.git] / common / cmd_log.c
index fdcc57571aa9d43a3a0ce849aa03ae453bf09c56..febdb90cfcb243530d2d47d727b78558c03b833a 100644 (file)
@@ -68,7 +68,7 @@ static char *lbuf;
 
 unsigned long __logbuffer_base(void)
 {
-       return CFG_SDRAM_BASE + gd->bd->bi_memsize - LOGBUFF_LEN;
+       return CONFIG_SYS_SDRAM_BASE + gd->bd->bi_memsize - LOGBUFF_LEN;
 }
 unsigned long logbuffer_base (void) __attribute__((weak, alias("__logbuffer_base")));