summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMarek Vasut <marek.vasut@gmail.com>2011-08-20 14:26:11 +0200
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2011-09-04 11:36:16 +0200
commitdd0fb51d49051d3a6140a10ee8c48c3acd3732c7 (patch)
tree0dc33090bc01287a39b624d5ebbc3368f569c1d7 /include
parentc4f4c760c9bdbad6c4f286edfff79e34d96ec5f6 (diff)
downloadtalos-obmc-uboot-dd0fb51d49051d3a6140a10ee8c48c3acd3732c7.tar.gz
talos-obmc-uboot-dd0fb51d49051d3a6140a10ee8c48c3acd3732c7.zip
PXA: Fix CSB226, fix monitor length
This is what was probably intended by the original author. Signed-off-by: Marek Vasut <marek.vasut@gmail.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/csb226.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/csb226.h b/include/configs/csb226.h
index dcfbc6e686..934dfcdef2 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 }
OpenPOWER on IntegriCloud