]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/configs/VCMA9.h
arm/km: update mgcoge3un board support
[karo-tx-uboot.git] / include / configs / VCMA9.h
index ebc81c40034f5ff798cc08e349c34aa79520dc31..3cd1bc3eb5e5d85ddb31e7a345e8cf52c379fa50 100644 (file)
  * Size of malloc() pool
  */
 /*#define CONFIG_MALLOC_SIZE   (CONFIG_ENV_SIZE + 128*1024)*/
-#define CONFIG_SYS_GBL_DATA_SIZE       128             /* size in bytes reserved for initial data */
 
 #define CONFIG_SYS_MONITOR_LEN         (256 * 1024)
 #define CONFIG_SYS_MALLOC_LEN          (1024 * 1024)   /* BUNZIP2 needs a lot of RAM */
 
 #define MULTI_PURPOSE_SOCKET_ADDR 0x08000000
 
+#define CONFIG_SYS_SDRAM_BASE          PHYS_SDRAM_1
+#define CONFIG_SYS_INIT_SP_ADDR                (CONFIG_SYS_SDRAM_BASE + 0x1000 - \
+                                       GENERATED_GBL_DATA_SIZE)
+
+
 #endif /* __CONFIG_H */