diff options
author | Simon Glass <sjg@chromium.org> | 2014-10-07 22:01:52 -0600 |
---|---|---|
committer | Minkyu Kang <mk7.kang@samsung.com> | 2014-10-08 17:25:48 +0900 |
commit | 2ecd779742e3eda5b8d1355b56ddc1ea836c8407 (patch) | |
tree | e81ad3d88abad9bff96404b9f4a5574b02888b82 /include/configs/odroid.h | |
parent | 93327f69769d9fe09ef25efd6ca9182f1095a417 (diff) | |
download | u-boot-2ecd779742e3eda5b8d1355b56ddc1ea836c8407.zip u-boot-2ecd779742e3eda5b8d1355b56ddc1ea836c8407.tar.gz u-boot-2ecd779742e3eda5b8d1355b56ddc1ea836c8407.tar.bz2 |
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/odroid.h')
-rw-r--r-- | include/configs/odroid.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/odroid.h b/include/configs/odroid.h index 07a2ff6..b928af8 100644 --- a/include/configs/odroid.h +++ b/include/configs/odroid.h @@ -37,8 +37,6 @@ #define CONFIG_SYS_TEXT_BASE 0x43e00000 #include <linux/sizes.h> -/* Size of malloc() pool */ -#define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + (80 * SZ_1M)) /* select serial console configuration */ #define CONFIG_SERIAL1 |