From af6d1dfc7f62a338f5b1c7b7642bebaacb254f1b Mon Sep 17 00:00:00 2001 From: wdenk Date: Wed, 3 Dec 2003 23:53:42 +0000 Subject: * Enabled password check on RMU board * Fix configuration problem with IceCube in LOWBOOT configuration: environment got embedded, corrupting the image layout. --- include/configs/IceCube.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/configs/IceCube.h') diff --git a/include/configs/IceCube.h b/include/configs/IceCube.h index 59abaef4a..f371ba668 100644 --- a/include/configs/IceCube.h +++ b/include/configs/IceCube.h @@ -206,7 +206,7 @@ # define CFG_RAMBOOT 1 #endif -#define CFG_MONITOR_LEN (256 << 10) /* Reserve 256 kB for Monitor */ +#define CFG_MONITOR_LEN (192 << 10) /* Reserve 192 kB for Monitor */ #define CFG_MALLOC_LEN (128 << 10) /* Reserve 128 kB for malloc() */ #define CFG_BOOTMAPSZ (8 << 20) /* Initial Memory map for Linux */ -- cgit v1.2.3