projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c4f4c76
)
PXA: Fix CSB226, fix monitor length
author
Marek Vasut
<marek.vasut@gmail.com>
Sat, 20 Aug 2011 12:26:11 +0000
(14:26 +0200)
committer
Albert ARIBAUD
<albert.u.boot@aribaud.net>
Sun, 4 Sep 2011 09:36:16 +0000
(11:36 +0200)
This is what was probably intended by the original author.
Signed-off-by: Marek Vasut <marek.vasut@gmail.com>
include/configs/csb226.h
patch
|
blob
|
history
diff --git
a/include/configs/csb226.h
b/include/configs/csb226.h
index dcfbc6e686e92584b554d0c9a007f094053fca8a..934dfcdef2fa79909e421ba36b99e93129a71e9d 100644
(file)
--- 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 0x
20000 /* 128
KiB */
+#define CONFIG_SYS_MONITOR_LEN 0x
1c000 /* 112
KiB */
/* valid baudrates */
#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }