projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
194dd74
)
am43xx_evm.h: Correct SPL max size
author
Tom Rini
<trini@ti.com>
Mon, 20 Jan 2014 13:40:07 +0000
(08:40 -0500)
committer
Tom Rini
<trini@ti.com>
Fri, 24 Jan 2014 16:41:17 +0000
(11:41 -0500)
Upon further inspection of relevant parts of the architecture, the
maximum SPL binary size is 220KiB.
Cc: Lokesh Vutla <lokeshvutla@ti.com>
Signed-off-by: Tom Rini <trini@ti.com>
include/configs/am43xx_evm.h
patch
|
blob
|
history
diff --git
a/include/configs/am43xx_evm.h
b/include/configs/am43xx_evm.h
index 4de495a15a253463a119b4fcdfec1033850c2f4e..83431a41a7995a34d347985512eed9948a222a69 100644
(file)
--- a/
include/configs/am43xx_evm.h
+++ b/
include/configs/am43xx_evm.h
@@
-34,7
+34,7
@@
/* SPL defines. */
#define CONFIG_SPL_TEXT_BASE 0x40300350
-#define CONFIG_SPL_MAX_SIZE (
0x40337C00 - CONFIG_SPL_TEXT_BASE)
+#define CONFIG_SPL_MAX_SIZE (
220 << 10) /* 220KB */
#define CONFIG_SPL_YMODEM_SUPPORT
/* Enabling L2 Cache */