summaryrefslogtreecommitdiffstats
path: root/include/configs/smdkc100.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2014-10-07 22:01:52 -0600
committerMinkyu Kang <mk7.kang@samsung.com>2014-10-08 17:25:48 +0900
commit2ecd779742e3eda5b8d1355b56ddc1ea836c8407 (patch)
treee81ad3d88abad9bff96404b9f4a5574b02888b82 /include/configs/smdkc100.h
parent93327f69769d9fe09ef25efd6ca9182f1095a417 (diff)
downloadtalos-obmc-uboot-2ecd779742e3eda5b8d1355b56ddc1ea836c8407.tar.gz
talos-obmc-uboot-2ecd779742e3eda5b8d1355b56ddc1ea836c8407.zip
exynos: Enable pre-relocation malloc()
Enable this feature to support driver model before relocation. Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
Diffstat (limited to 'include/configs/smdkc100.h')
-rw-r--r--include/configs/smdkc100.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/smdkc100.h b/include/configs/smdkc100.h
index 566028dd25..22835ffd64 100644
--- a/include/configs/smdkc100.h
+++ b/include/configs/smdkc100.h
@@ -47,6 +47,10 @@
* 1MB = 0x100000, 0x100000 = 1024 * 1024
*/
#define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + (1 << 20))
+
+/* Small malloc pool before relocation */
+#define CONFIG_SYS_MALLOC_F_LEN (1 << 10)
+
/*
* select serial console configuration
*/
OpenPOWER on IntegriCloud