summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLokanathan, Raaj <raaj.lokanathan@intel.com>2023-03-08 15:23:25 +0800
committerraajloka <89235354+raajloka@users.noreply.github.com>2023-03-10 09:32:59 +0800
commit55aa642dd766e10a856f225967b8f7bf42a5c743 (patch)
tree88d6c0389aa2d28aadbb2cfaefad9c9fa9af570f
parent6049c7442111b269f99c0713cde0c17e9d0eb038 (diff)
downloadu-boot-socfpga-55aa642dd766e10a856f225967b8f7bf42a5c743.tar.gz
HSD #15012857484-2: soc64: configs: Remove CONFIG_SYS_BOOTM_LEN
Remove the current CONFIG_SYS_BOOTM_LEN in both agilex-vab and n5x-vab. Previously, the size was set to 32MB, but due to larger kernel image, 64MB size is required. This setting has been set default (64MB) in the Kconfig. Signed-off-by: Lokanathan, Raaj <raaj.lokanathan@intel.com>
-rw-r--r--configs/socfpga_agilex_vab_defconfig1
-rw-r--r--configs/socfpga_n5x_vab_defconfig1
2 files changed, 0 insertions, 2 deletions
diff --git a/configs/socfpga_agilex_vab_defconfig b/configs/socfpga_agilex_vab_defconfig
index ee6aae02f4..3ca43ca0c0 100644
--- a/configs/socfpga_agilex_vab_defconfig
+++ b/configs/socfpga_agilex_vab_defconfig
@@ -49,7 +49,6 @@ CONFIG_SPL_TARGET="spl/u-boot-spl-dtb.hex"
CONFIG_HUSH_PARSER=y
CONFIG_SYS_MAXARGS=64
CONFIG_SYS_PBSIZE=2082
-CONFIG_SYS_BOOTM_LEN=0x2000000
CONFIG_CMD_MEMTEST=y
CONFIG_CMD_GPIO=y
CONFIG_CMD_I2C=y
diff --git a/configs/socfpga_n5x_vab_defconfig b/configs/socfpga_n5x_vab_defconfig
index 8fcb075c71..0b4a8fc512 100644
--- a/configs/socfpga_n5x_vab_defconfig
+++ b/configs/socfpga_n5x_vab_defconfig
@@ -50,7 +50,6 @@ CONFIG_SPL_TARGET="spl/u-boot-spl-dtb.hex"
CONFIG_HUSH_PARSER=y
CONFIG_SYS_MAXARGS=64
CONFIG_SYS_PBSIZE=2079
-CONFIG_SYS_BOOTM_LEN=0x2000000
CONFIG_CMD_MEMTEST=y
CONFIG_CMD_GPIO=y
CONFIG_CMD_I2C=y