From 127c655e355e0e830f2cb2859a6def0fbbc979f0 Mon Sep 17 00:00:00 2001 From: "Lokanathan, Raaj" Date: Wed, 5 Oct 2022 17:55:00 +0800 Subject: 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 --- include/configs/socfpga_arria10_socdk.h | 2 -- include/configs/socfpga_soc64_common.h | 3 --- 2 files changed, 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 -#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 */ -- cgit v1.2.1