[U-Boot] [PATCH 2/6] PXA: Fix CSB226, fix monitor length
Marek Vasut
marek.vasut at gmail.com
Sun Aug 28 03:42:13 CEST 2011
This is what was probably intended by the original author.
Signed-off-by: Marek Vasut <marek.vasut at gmail.com>
---
include/configs/csb226.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/configs/csb226.h b/include/configs/csb226.h
index dcfbc6e..934dfcd 100644
--- a/include/configs/csb226.h
+++ b/include/configs/csb226.h
@@ -141,7 +141,7 @@
/* ^^ Run Mode Speed = 2x Mem Speed */
/* ^^ Turbo Mode Sp. = 1x Run M. Sp. */
-#define CONFIG_SYS_MONITOR_LEN 0x20000 /* 128 KiB */
+#define CONFIG_SYS_MONITOR_LEN 0x1c000 /* 112 KiB */
/* valid baudrates */
#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
--
1.7.5.4
More information about the U-Boot
mailing list