]> git.sur5r.net Git - u-boot/blobdiff - include/configs/xilinx_zynqmp.h
arm64: zynqmp: Do not use SPL_SYS_MALLOC_SIMPLE allocator
[u-boot] / include / configs / xilinx_zynqmp.h
index 940244d932057c0e682fc6d172790649a20ed357..1013885238ad9306d7aa36c14a55b08324dd11b3 100644 (file)
 # define CONFIG_SPL_ENV_SUPPORT
 # define CONFIG_SPL_HASH_SUPPORT
 # define CONFIG_ENV_MAX_ENTRIES        10
+#endif
 
-# define CONFIG_SYS_SPL_MALLOC_START   0x20000000
-# define CONFIG_SYS_SPL_MALLOC_SIZE    0x100000
+#define CONFIG_SYS_SPL_MALLOC_START    0x20000000
+#define CONFIG_SYS_SPL_MALLOC_SIZE     0x100000
 
 #ifdef CONFIG_SPL_SYS_MALLOC_SIMPLE
 # error "Disable CONFIG_SPL_SYS_MALLOC_SIMPLE. Full malloc needs to be used"
 #endif
-#endif
 
 #define CONFIG_BOARD_EARLY_INIT_F