]> git.sur5r.net Git - u-boot/blobdiff - include/configs/smdk6400.h
Merge branch 'master' of git://git.denx.de/u-boot-arm
[u-boot] / include / configs / smdk6400.h
index 671f2c7c8b1df6347b490cf1cdcc8b8ef7fc1f45..c9acf5815f1495a49bee207a1117445e76f567fb 100644 (file)
 #define CONFIG_PERIPORT_BASE   0x70000000
 #define CONFIG_PERIPORT_SIZE   0x13
 
+#define CONFIG_SYS_IRAM_BASE    0x0c000000  /* Internal SRAM base address */
+#define CONFIG_SYS_IRAM_SIZE    0x2000      /* 8 KB of internal SRAM memory */
+#define CONFIG_SYS_IRAM_END     (CONFIG_SYS_IRAM_BASE + CONFIG_SYS_IRAM_SIZE)
+#define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_IRAM_END - GENERATED_GBL_DATA_SIZE)
+
 #define CONFIG_SYS_SDRAM_BASE  0x50000000
 
 /* input clock of PLL: SMDK6400 has 12MHz input clock */