summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLokanathan, Raaj <raaj.lokanathan@intel.com>2023-03-08 15:08:39 +0800
committerraajloka <89235354+raajloka@users.noreply.github.com>2023-03-10 09:32:59 +0800
commit6049c7442111b269f99c0713cde0c17e9d0eb038 (patch)
tree49b33de758512c5459db420de7755e9fc186ea9a
parentd1812b82f2a754774e2ff92efe26e5c365da1429 (diff)
downloadu-boot-socfpga-6049c7442111b269f99c0713cde0c17e9d0eb038.tar.gz
HSD #15012857484-1: soc32: configs: Add CONFIG_SYS_BOOTM_LEN to A10 defconfig
Set the CONFIG_SYS_BOOTM_LEN config to both a10-nand and a10-qspi to use 0x2000000 (32MB). The reason this changes is required is due to more memory is required to support larger kernel image. Signed-off-by: Lokanathan, Raaj <raaj.lokanathan@intel.com>
-rw-r--r--configs/socfpga_arria10_nand_defconfig1
-rw-r--r--configs/socfpga_arria10_qspi_defconfig1
2 files changed, 2 insertions, 0 deletions
diff --git a/configs/socfpga_arria10_nand_defconfig b/configs/socfpga_arria10_nand_defconfig
index 87a1430ebf..bd132e085a 100644
--- a/configs/socfpga_arria10_nand_defconfig
+++ b/configs/socfpga_arria10_nand_defconfig
@@ -42,6 +42,7 @@ CONFIG_CUSTOM_SYS_INIT_SP_ADDR=0xffe2b000
CONFIG_SPL_ENV_SUPPORT=y
CONFIG_SPL_FPGA=y
CONFIG_SYS_MAXARGS=32
+CONFIG_SYS_BOOTM_LEN=0x2000000
CONFIG_SPL_MTD_SUPPORT=y
CONFIG_SPL_NAND_SUPPORT=y
CONFIG_CMD_BOOTZ=y
diff --git a/configs/socfpga_arria10_qspi_defconfig b/configs/socfpga_arria10_qspi_defconfig
index 65410e2516..a8cda0588c 100644
--- a/configs/socfpga_arria10_qspi_defconfig
+++ b/configs/socfpga_arria10_qspi_defconfig
@@ -41,6 +41,7 @@ CONFIG_DISPLAY_BOARDINFO_LATE=y
CONFIG_SPL_ENV_SUPPORT=y
CONFIG_SPL_FPGA=y
CONFIG_SYS_MAXARGS=32
+CONFIG_SYS_BOOTM_LEN=0x2000000
CONFIG_SPL_SPI_LOAD=y
CONFIG_CMD_BOOTZ=y
CONFIG_CMD_ASKENV=y