]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
arm: zynq: Removed CONFIG_SYS_MALLOC_LEN for mini configuration
authorVipul Kumar <vipul.kumar@xilinx.com>
Tue, 27 Feb 2018 12:21:30 +0000 (17:51 +0530)
committerMichal Simek <michal.simek@xilinx.com>
Tue, 27 Feb 2018 12:32:37 +0000 (13:32 +0100)
This patch removed CONFIG_SYS_MALLOC_LEN from the header file as it
was already handled through Kconfig. During nand write operation,
CONFIG_SYS_MALLOC_LEN defined in header file was giving End of Memory
error.

nand write is working fine with the CONFIG_SYS_MALLOC_LEN defined
in cse_nand defconfig.

Signed-off-by: Vipul Kumar <vipulk@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
include/configs/zynq_cse.h

index bb75d44a7c20d939656c70acf042075ce4b10180..8dd4502f4ffbcf4468dd66264d7afac8b0a61b9d 100644 (file)
@@ -44,7 +44,4 @@
 #define CONFIG_SPL_BSS_START_ADDR      0x20000
 #define CONFIG_SPL_BSS_MAX_SIZE                0x8000
 
-#undef CONFIG_SYS_MALLOC_LEN
-#define CONFIG_SYS_MALLOC_LEN  0x1000
-
 #endif /* __CONFIG_ZYNQ_CSE_H */