projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
44f1ec6
)
Kirkwood: Changes specific to ARM relocation support
author
Prafulla Wadaskar
<prafulla@marvell.com>
Thu, 30 Sep 2010 17:27:02 +0000
(22:57 +0530)
committer
Prafulla Wadaskar
<prafulla@marvell.com>
Tue, 12 Oct 2010 09:09:16 +0000
(14:39 +0530)
All Kirkwood based boards are supported for this new implementation
ref: docs/README.arm-relocation
Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
include/configs/mv-common.h
patch
|
blob
|
history
diff --git
a/include/configs/mv-common.h
b/include/configs/mv-common.h
index
e78d29f
..
bdcebd3
100644
(file)
--- a/
include/configs/mv-common.h
+++ b/
include/configs/mv-common.h
@@
-55,6
+55,11
@@
#error "Unsupported SoC"
#endif
+/* additions for new ARM relocation support */
+#define CONFIG_SYS_SDRAM_BASE 0x00000000
+/* Kirkwood has 2k of Security SRAM, use it for SP */
+#define CONFIG_SYS_INIT_SP_ADDR 0xC8012000
+
/*
* CLKs configurations
*/