summaryrefslogtreecommitdiff
path: root/include/configs/zynq_cse.h
diff options
context:
space:
mode:
authorSiva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com>2018-07-20 15:11:38 +0530
committerMichal Simek <michal.simek@xilinx.com>2018-08-06 08:44:35 +0200
commit01aa5b8f050309524fc52544a2f7ce9ef0833917 (patch)
tree4cf7457dfbed20f1ed9044c56ae95a059ad05bdd /include/configs/zynq_cse.h
parentd9961fa2a232a9f28270033de72299fca48120c0 (diff)
Kconfig: Move config SYS_MALLOC_LEN to Kconfig for zynq
This patch moves the the config SYS_MALLOC_LEN to Kconfig. It will be just for Zynq arch and to do will be for all other archs. Signed-off-by: Siva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com> Signed-off-by: Vipul Kumar <vipul.kumar@xilinx.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'include/configs/zynq_cse.h')
-rw-r--r--include/configs/zynq_cse.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/zynq_cse.h b/include/configs/zynq_cse.h
index 36fbe0eb5e..c4587a1837 100644
--- a/include/configs/zynq_cse.h
+++ b/include/configs/zynq_cse.h
@@ -36,7 +36,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 */