]> git.sur5r.net Git - u-boot/blobdiff - include/configs/km_arm.h
Merge branch 'next' of ../custodians into next
[u-boot] / include / configs / km_arm.h
index 1617e697deb6abacf2dba1d699fe39b4bb71218f..8673e6ff64dbce957de46b4f9c88dfee7d468950 100644 (file)
@@ -180,4 +180,8 @@ int get_scl (void);
 #undef CONFIG_JFFS2_CMDLINE
 #endif
 
+/* additions for new relocation code, must added to all boards */
+#define CONFIG_SYS_SDRAM_BASE          0x00000000
+#define CONFIG_SYS_INIT_SP_ADDR                (0x00000000 + 0x1000 - /* Fix this */ \
+                                       CONFIG_SYS_GBL_DATA_SIZE)
 #endif /* _CONFIG_KM_ARM_H */