Ver Fonte

Kirkwood: Changes specific to ARM relocation support

All Kirkwood based boards are supported for this new implementation
ref: docs/README.arm-relocation

Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
Prafulla Wadaskar há 14 anos atrás
pai
commit
d30b5706d8
1 ficheiros alterados com 5 adições e 0 exclusões
  1. 5 0
      include/configs/mv-common.h

+ 5 - 0
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
  */