]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/configs/exynos-common.h
exynos: Enable pre-relocation malloc()
[karo-tx-uboot.git] / include / configs / exynos-common.h
index 54b61d71a5f2f4b0e5e8c030e56b7f2e882bdd9d..371f32d84095bb803422a7f22428ed8c373b7b2d 100644 (file)
@@ -38,8 +38,9 @@
 #define CONFIG_CMDLINE_EDITING
 #define CONFIG_ENV_OVERWRITE
 
-/* Size of malloc() pool */
-#define CONFIG_SYS_MALLOC_LEN          (CONFIG_ENV_SIZE + (80 * SZ_1M))
+/* Size of malloc() pool before and after relocation */
+#define CONFIG_SYS_MALLOC_F_LEN                (1 << 10)
+#define CONFIG_SYS_MALLOC_LEN          (CONFIG_ENV_SIZE + (80 << 20))
 
 /* select serial console configuration */
 #define CONFIG_BAUDRATE                        115200