summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLokanathan, Raaj <raaj.lokanathan@intel.com>2022-10-05 17:55:00 +0800
committerLokanathan, Raaj <raaj.lokanathan@intel.com>2022-10-12 09:46:08 +0800
commit127c655e355e0e830f2cb2859a6def0fbbc979f0 (patch)
treec225ecaeedaa9b00220755fc96d70e534b25e789
parente1cf4d65fab2f66f37f401b034f01cda2de89801 (diff)
downloadu-boot-socfpga-127c655e355e0e830f2cb2859a6def0fbbc979f0.tar.gz
configs: soc64: Follow mainline to migrate CONFIG_SYS_BOOTM_LEN to Kconfig
Mainline have migrated the CONFIG_SYS_BOOTM_LEN to the Kconfig. Signed-off-by: Lokanathan, Raaj <raaj.lokanathan@intel.com>
-rw-r--r--include/configs/socfpga_arria10_socdk.h2
-rw-r--r--include/configs/socfpga_soc64_common.h3
2 files changed, 0 insertions, 5 deletions
diff --git a/include/configs/socfpga_arria10_socdk.h b/include/configs/socfpga_arria10_socdk.h
index d0f9c109dd..8f72e8255b 100644
--- a/include/configs/socfpga_arria10_socdk.h
+++ b/include/configs/socfpga_arria10_socdk.h
@@ -8,8 +8,6 @@
#include <asm/arch/base_addr_a10.h>
-#define CONFIG_SYS_BOOTM_LEN (32 * 1024 * 1024)
-
/*
* U-Boot general configurations
*/
diff --git a/include/configs/socfpga_soc64_common.h b/include/configs/socfpga_soc64_common.h
index 03894dfc22..0c5e193d31 100644
--- a/include/configs/socfpga_soc64_common.h
+++ b/include/configs/socfpga_soc64_common.h
@@ -37,9 +37,6 @@
* U-Boot console configurations
*/
-/* Extend size of kernel image for uncompression */
-#define CONFIG_SYS_BOOTM_LEN (64 * 1024 * 1024)
-
/*
* U-Boot run time memory configurations
*/