aboutsummaryrefslogtreecommitdiff
path: root/configs/mvebu_espressobin-88f3720_defconfig
diff options
context:
space:
mode:
authorPali Rohár <pali@kernel.org>2020-08-19 16:24:16 +0200
committerStefan Roese <sr@denx.de>2020-08-31 14:45:53 +0200
commit4366082bfee345d2ca9f8ca7a27e70b6e30efd47 (patch)
treeb3c7e08da8933d09c7828b7ee4a53c3891cd71c8 /configs/mvebu_espressobin-88f3720_defconfig
parent96fa3c4fda5cad85b05b086bed3855d4037d1639 (diff)
downloadu-boot-4366082bfee345d2ca9f8ca7a27e70b6e30efd47.zip
u-boot-4366082bfee345d2ca9f8ca7a27e70b6e30efd47.tar.gz
u-boot-4366082bfee345d2ca9f8ca7a27e70b6e30efd47.tar.bz2
arm: mvebu: Espressobin: Make SPI env offset compatible with Marvell's U-Boot
Espressobin board comes with Marvell's U-Boot version where U-Boot env is stored in SPI at offset 0x3F0000. This patch changes env offset in Espressobin defconfig file to match Marvell's U-Boot version. Users who want to use previous or different env offset can still change it in .config file when compiling U-Boot. Signed-off-by: Pali Rohár <pali@kernel.org> Reviewed-by: Konstantin Porotchkin <kostap@marvell.com> Reviewed-by: Stefan Roese <sr@denx.de> Tested-by: Andre Heider <a.heider@gmail.com>
Diffstat (limited to 'configs/mvebu_espressobin-88f3720_defconfig')
-rw-r--r--configs/mvebu_espressobin-88f3720_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/mvebu_espressobin-88f3720_defconfig b/configs/mvebu_espressobin-88f3720_defconfig
index 933592a..afcdd94 100644
--- a/configs/mvebu_espressobin-88f3720_defconfig
+++ b/configs/mvebu_espressobin-88f3720_defconfig
@@ -6,7 +6,7 @@ CONFIG_SYS_MALLOC_F_LEN=0x2000
CONFIG_NR_DRAM_BANKS=1
CONFIG_TARGET_MVEBU_ARMADA_37XX=y
CONFIG_ENV_SIZE=0x10000
-CONFIG_ENV_OFFSET=0x180000
+CONFIG_ENV_OFFSET=0x3F0000
CONFIG_ENV_SECT_SIZE=0x10000
CONFIG_DM_GPIO=y
CONFIG_DEBUG_UART_BASE=0xd0012000