diff options
author | Siva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com> | 2018-07-20 15:11:38 +0530 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2018-08-06 08:44:35 +0200 |
commit | 01aa5b8f050309524fc52544a2f7ce9ef0833917 (patch) | |
tree | 4cf7457dfbed20f1ed9044c56ae95a059ad05bdd /arch/arm/mach-zynq | |
parent | d9961fa2a232a9f28270033de72299fca48120c0 (diff) | |
download | u-boot-01aa5b8f050309524fc52544a2f7ce9ef0833917.tar.gz u-boot-01aa5b8f050309524fc52544a2f7ce9ef0833917.tar.xz u-boot-01aa5b8f050309524fc52544a2f7ce9ef0833917.zip |
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 'arch/arm/mach-zynq')
-rw-r--r-- | arch/arm/mach-zynq/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-zynq/Kconfig b/arch/arm/mach-zynq/Kconfig index 1352359438..a599ed63ee 100644 --- a/arch/arm/mach-zynq/Kconfig +++ b/arch/arm/mach-zynq/Kconfig @@ -57,6 +57,9 @@ config SYS_CONFIG_NAME config SYS_MALLOC_F_LEN default 0x600 +config SYS_MALLOC_LEN + default 0x1400000 + config BOOT_INIT_FILE string "boot.bin init register filename" default "" |