]> git.ipfire.org Git - thirdparty/u-boot.git/commit
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)
commitb433787b902e82a744dae3fe607cc92765a8fcf0
treea4f94138d25bf33b09e50fed02a7902568546266
parentcf9d6d4cd38544bb6cf2ce4ddd6e9bc8d22c4a36
arm: zynq: Removed CONFIG_SYS_MALLOC_LEN for mini configuration

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