diff options
author | Marek Vasut <marek.vasut@gmail.com> | 2011-08-20 14:26:11 +0200 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2011-09-04 11:36:16 +0200 |
commit | dd0fb51d49051d3a6140a10ee8c48c3acd3732c7 (patch) | |
tree | 0dc33090bc01287a39b624d5ebbc3368f569c1d7 /include/configs | |
parent | c4f4c760c9bdbad6c4f286edfff79e34d96ec5f6 (diff) | |
download | u-boot-imx-dd0fb51d49051d3a6140a10ee8c48c3acd3732c7.zip u-boot-imx-dd0fb51d49051d3a6140a10ee8c48c3acd3732c7.tar.gz u-boot-imx-dd0fb51d49051d3a6140a10ee8c48c3acd3732c7.tar.bz2 |
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/configs')
-rw-r--r-- | 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 } |