s5pc1xx: universal: move the code base and increase the malloc len
authorMinkyu Kang <mk7.kang@samsung.com>
Tue, 5 Oct 2010 00:59:21 +0000 (09:59 +0900)
committerMinkyu Kang <mk7.kang@samsung.com>
Tue, 5 Oct 2010 00:59:21 +0000 (09:59 +0900)
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
board/samsung/universal_c110/config.mk
include/configs/s5pc1xx_universal.h

index ebab420..41c7021 100644 (file)
@@ -13,4 +13,4 @@
 # 0x30000000 to 0x35000000 (80MiB)
 # 0x40000000 to 0x48000000 (128MiB)
 #
-TEXT_BASE = 0x34800000
+TEXT_BASE = 0x34000000
index dd1ac8b..fbd8bee 100644 (file)
@@ -72,7 +72,7 @@
 /*
  * Size of malloc() pool
  */
-#define CONFIG_SYS_MALLOC_LEN          (CONFIG_ENV_SIZE + 1024 * 1024)
+#define CONFIG_SYS_MALLOC_LEN          (CONFIG_ENV_SIZE + 15 * 1024 * 1024)
 #define CONFIG_SYS_GBL_DATA_SIZE       128     /* size in bytes for initial data */
 
 /*
 #define CONFIG_SYS_MEMTEST_START       CONFIG_SYS_SDRAM_BASE   /* memtest works on           */
 #define CONFIG_SYS_MEMTEST_END         (CONFIG_SYS_SDRAM_BASE + 0x5000000)
 
-#define CONFIG_SYS_LOAD_ADDR           (CONFIG_SYS_SDRAM_BASE + 0x4800000)
+#define CONFIG_SYS_LOAD_ADDR           (CONFIG_SYS_SDRAM_BASE + 0x4000000)
 
 #define CONFIG_SYS_HZ                  1000