mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-20 06:01:26 +02:00
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>
This commit is contained in:
parent
33fb2d130e
commit
aed49a05c7
@ -14,7 +14,7 @@ CONFIG_CUSTOM_SYS_INIT_SP_ADDR=0xff0000
|
|||||||
CONFIG_TARGET_N2350=y
|
CONFIG_TARGET_N2350=y
|
||||||
CONFIG_ENV_SIZE=0x10000
|
CONFIG_ENV_SIZE=0x10000
|
||||||
CONFIG_ENV_OFFSET=0x100000
|
CONFIG_ENV_OFFSET=0x100000
|
||||||
CONFIG_ENV_SECT_SIZE=0x10000
|
CONFIG_ENV_SECT_SIZE=0x1000
|
||||||
CONFIG_DEFAULT_DEVICE_TREE="armada-385-thecus-n2350"
|
CONFIG_DEFAULT_DEVICE_TREE="armada-385-thecus-n2350"
|
||||||
CONFIG_SPL_TEXT_BASE=0x40000030
|
CONFIG_SPL_TEXT_BASE=0x40000030
|
||||||
CONFIG_SYS_PROMPT="N2350 > "
|
CONFIG_SYS_PROMPT="N2350 > "
|
||||||
|
Loading…
x
Reference in New Issue
Block a user