diff options
author | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2014-10-10 08:56:01 +0200 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2014-10-10 08:56:01 +0200 |
commit | ebf8644a113a36b163c2e06fe1e081c73f563c3a (patch) | |
tree | bdb14d7e33d6c2d1b7a803508e0f45eef301fb7a /include/configs/smdkc100.h | |
parent | 7d2f669b94aa42579b5d5775dfb076bce0102e3f (diff) | |
parent | b219773957d2ee8fedb56f0fcb19288eb72d4867 (diff) | |
download | u-boot-midas-ebf8644a113a36b163c2e06fe1e081c73f563c3a.tar.gz u-boot-midas-ebf8644a113a36b163c2e06fe1e081c73f563c3a.tar.bz2 u-boot-midas-ebf8644a113a36b163c2e06fe1e081c73f563c3a.zip |
Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'
Diffstat (limited to 'include/configs/smdkc100.h')
-rw-r--r-- | include/configs/smdkc100.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/configs/smdkc100.h b/include/configs/smdkc100.h index c9a2e1568f..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 */ @@ -217,4 +221,6 @@ #define CONFIG_ENV_SROM_BANK 3 /* Select SROM Bank-3 for Ethernet*/ #endif /* CONFIG_CMD_NET */ +#define CONFIG_OF_LIBFDT + #endif /* __CONFIG_H */ |