summaryrefslogtreecommitdiff
path: root/configs/ls1028aqds_tfa_lpuart_defconfig
diff options
context:
space:
mode:
authorKuldeep Singh <kuldeep.singh@nxp.com>2021-03-03 17:04:23 +0530
committerPriyanka Jain <priyanka.jain@nxp.com>2021-03-23 18:06:07 +0530
commita7c532f94c49ee9373ccd1f4e3601f5e828eccd5 (patch)
tree9cb479a4b567d6bb457c01c9de1c54b4463e2108 /configs/ls1028aqds_tfa_lpuart_defconfig
parent6712856469a233217f7458edb12bb295cc46b3aa (diff)
configs: ls1028a: Correct CONFIG_ENV_SECT_SIZE
LS1028A-RDB/QDS has Micron "mt35xu02g" nor flash of size 256M with 128K sector size. Correct CONFIG_ENV_SECT_SIZE value to 128K. Signed-off-by: Kuldeep Singh <kuldeep.singh@nxp.com> Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
Diffstat (limited to 'configs/ls1028aqds_tfa_lpuart_defconfig')
-rw-r--r--configs/ls1028aqds_tfa_lpuart_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/ls1028aqds_tfa_lpuart_defconfig b/configs/ls1028aqds_tfa_lpuart_defconfig
index 60d515c9c6..bc5f8f4f32 100644
--- a/configs/ls1028aqds_tfa_lpuart_defconfig
+++ b/configs/ls1028aqds_tfa_lpuart_defconfig
@@ -7,7 +7,7 @@ CONFIG_SYS_MEMTEST_START=0x80000000
CONFIG_SYS_MEMTEST_END=0x9fffffff
CONFIG_ENV_SIZE=0x2000
CONFIG_ENV_OFFSET=0x500000
-CONFIG_ENV_SECT_SIZE=0x40000
+CONFIG_ENV_SECT_SIZE=0x20000
CONFIG_DM_GPIO=y
CONFIG_FSPI_AHB_EN_4BYTE=y
CONFIG_ARMV8_SEC_FIRMWARE_SUPPORT=y