X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=blobdiff_plain;f=include%2Fconfigs%2Fpurple.h;h=7ffd3fd36f87f5c0bc7a4611db1d8985262fa20c;hp=69f343cd9d95299eeb8e838cbebdcecba52f1ba5;hb=86d82762f685c4554e24628838b19e93c9a38001;hpb=60fbe254243ec461ec73da13132be098db33d3fa diff --git a/include/configs/purple.h b/include/configs/purple.h index 69f343cd9d..7ffd3fd36f 100644 --- a/include/configs/purple.h +++ b/include/configs/purple.h @@ -150,7 +150,8 @@ * Temporary buffer for serial data until the real serial driver * is initialised (memtest will destroy this buffer) */ -#define CFG_SCONSOLE_ADDR CFG_SDRAM_BASE -#define CFG_SCONSOLE_SIZE 0x0002000 +#define CFG_SCONSOLE_ADDR (CFG_SDRAM_BASE + CFG_INIT_SP_OFFSET - \ + CFG_DCACHE_SIZE / 2) +#define CFG_SCONSOLE_SIZE (CFG_DCACHE_SIZE / 4) #endif /* __CONFIG_H */