aboutsummaryrefslogtreecommitdiff
path: root/configs/n2350_defconfig
diff options
context:
space:
mode:
authorTony Dinh <mibodhi@gmail.com>2023-02-16 19:34:31 -0800
committerStefan Roese <sr@denx.de>2023-03-06 10:16:07 +0100
commitaed49a05c71897f787f54a204bb5bf5e620c81fc (patch)
treee5f1d59c8a0768760f3fa625785ce54243c63995 /configs/n2350_defconfig
parent33fb2d130e28982b488c2a54978031835ed2aa71 (diff)
downloadu-boot-aed49a05c71897f787f54a204bb5bf5e620c81fc.zip
u-boot-aed49a05c71897f787f54a204bb5bf5e620c81fc.tar.gz
u-boot-aed49a05c71897f787f54a204bb5bf5e620c81fc.tar.bz2
arm: mvebu: Use 4K sector for Thecus N2350 SPI flash
Since the SPI flash chip mx25l3205d on this board has 4K-sector capability, enable it for the envs. Signed-off-by: Tony Dinh <mibodhi@gmail.com> Reviewed-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'configs/n2350_defconfig')
-rw-r--r--configs/n2350_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/n2350_defconfig b/configs/n2350_defconfig
index dcb2c96..b85ef0d 100644
--- a/configs/n2350_defconfig
+++ b/configs/n2350_defconfig
@@ -14,7 +14,7 @@ CONFIG_CUSTOM_SYS_INIT_SP_ADDR=0xff0000
CONFIG_TARGET_N2350=y
CONFIG_ENV_SIZE=0x10000
CONFIG_ENV_OFFSET=0x100000
-CONFIG_ENV_SECT_SIZE=0x10000
+CONFIG_ENV_SECT_SIZE=0x1000
CONFIG_DEFAULT_DEVICE_TREE="armada-385-thecus-n2350"
CONFIG_SPL_TEXT_BASE=0x40000030
CONFIG_SYS_PROMPT="N2350 > "