From 45c4627d7b7b04c8beb8710f763ed4270a5097d5 Mon Sep 17 00:00:00 2001 From: Minkyu Kang Date: Tue, 5 Oct 2010 09:59:21 +0900 Subject: [PATCH] s5pc1xx: universal: move the code base and increase the malloc len Signed-off-by: Minkyu Kang --- board/samsung/universal_c110/config.mk | 2 +- include/configs/s5pc1xx_universal.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/board/samsung/universal_c110/config.mk b/board/samsung/universal_c110/config.mk index ebab420..41c7021 100644 --- a/board/samsung/universal_c110/config.mk +++ b/board/samsung/universal_c110/config.mk @@ -13,4 +13,4 @@ # 0x30000000 to 0x35000000 (80MiB) # 0x40000000 to 0x48000000 (128MiB) # -TEXT_BASE = 0x34800000 +TEXT_BASE = 0x34000000 diff --git a/include/configs/s5pc1xx_universal.h b/include/configs/s5pc1xx_universal.h index dd1ac8b..fbd8bee 100644 --- a/include/configs/s5pc1xx_universal.h +++ b/include/configs/s5pc1xx_universal.h @@ -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 */ /* @@ -292,7 +292,7 @@ #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 -- 2.7.4