summaryrefslogtreecommitdiffstats
path: root/include/configs/s5pc210_universal.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2014-10-07 22:01:45 -0600
committerMinkyu Kang <mk7.kang@samsung.com>2014-10-08 17:25:47 +0900
commit5ea01ab10dcdab41d1bfb1972b4b2298d5a26fcf (patch)
tree5fc1bef35a40c7e02a9a3ee8476adeb8c2b1ab3e /include/configs/s5pc210_universal.h
parent4c7bb1d2e0526d26972969d4c01fd6c760d4d865 (diff)
downloadblackbird-obmc-uboot-5ea01ab10dcdab41d1bfb1972b4b2298d5a26fcf.tar.gz
blackbird-obmc-uboot-5ea01ab10dcdab41d1bfb1972b4b2298d5a26fcf.zip
exynos: Move common exynos settings into a common file
Since exynos4 and exyno5 share many settings, we should move these into a common file to avoid duplication. In effect the changes are that all exynos boards now have EXT4 and FAT write support. This affects exynos5250 and exynos5420 which previously did not. This also disables the ext2 commands which are equivalent to ext4 anyway. Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
Diffstat (limited to 'include/configs/s5pc210_universal.h')
-rw-r--r--include/configs/s5pc210_universal.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/s5pc210_universal.h b/include/configs/s5pc210_universal.h
index e26522d17d..27f3d0af47 100644
--- a/include/configs/s5pc210_universal.h
+++ b/include/configs/s5pc210_universal.h
@@ -27,9 +27,6 @@
#define SDRAM_BANK_SIZE (256 << 20) /* 256 MB */
-/* Size of malloc() pool */
-#define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + (80 * SZ_1M))
-
/* select serial console configuration */
#define CONFIG_SERIAL2
#define CONFIG_BAUDRATE 115200
OpenPOWER on IntegriCloud