[U-Boot] [PATCH] MPC837XERDB: fix warning: "CONFIG_SYS_MONITOR_LEN" redefined

Wolfgang Denk wd at denx.de
Sat Jul 18 16:36:52 CEST 2009


Signed-off-by: Wolfgang Denk <wd at denx.de>
---
 include/configs/MPC837XERDB.h |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/include/configs/MPC837XERDB.h b/include/configs/MPC837XERDB.h
index 807a534..9132718 100644
--- a/include/configs/MPC837XERDB.h
+++ b/include/configs/MPC837XERDB.h
@@ -230,7 +230,6 @@
 #endif
 
 #define CONFIG_SYS_MONITOR_LEN		(384 * 1024) /* Reserve 384 kB for Mon */
-#define CONFIG_SYS_MONITOR_LEN		(320 * 1024) /* Reserve 320 kB for Mon */
 #define CONFIG_SYS_MALLOC_LEN		(512 * 1024) /* Reserved for malloc */
 
 /*
-- 
1.6.0.6



More information about the U-Boot mailing list