summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorKonstantin Porotchkin <kostap@marvell.com>2021-01-18 18:35:54 +0200
committerStefan Roese <sr@denx.de>2021-04-29 07:39:15 +0200
commitc864c41f19f898f44c49936858c2de0a22dcf1f2 (patch)
tree0f19b2f561e39bac6f579872012e2cbf0ae76ac2 /configs
parentb1c81b4ced6ee939f2cb07ace0ce0def5e757bae (diff)
downloadu-boot-c864c41f19f898f44c49936858c2de0a22dcf1f2.tar.gz
u-boot-c864c41f19f898f44c49936858c2de0a22dcf1f2.tar.xz
u-boot-c864c41f19f898f44c49936858c2de0a22dcf1f2.zip
arm: armada: configs: Move environment location for mvebu
Move the default environment location to the end of 4MB flash region. This change allows to accomodate larger flash boot images making space for forthcoming code changes. Signed-off-by: Konstantin Porotchkin <kostap@marvell.com> Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'configs')
-rw-r--r--configs/mvebu_db-88f3720_defconfig2
-rw-r--r--configs/mvebu_db_armada8k_defconfig2
2 files changed, 2 insertions, 2 deletions
diff --git a/configs/mvebu_db-88f3720_defconfig b/configs/mvebu_db-88f3720_defconfig
index a6bbe1a7af..95019b728a 100644
--- a/configs/mvebu_db-88f3720_defconfig
+++ b/configs/mvebu_db-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
diff --git a/configs/mvebu_db_armada8k_defconfig b/configs/mvebu_db_armada8k_defconfig
index 5d8a1b655c..ffe8e02905 100644
--- a/configs/mvebu_db_armada8k_defconfig
+++ b/configs/mvebu_db_armada8k_defconfig
@@ -6,7 +6,7 @@ CONFIG_SYS_MALLOC_F_LEN=0x2000
CONFIG_NR_DRAM_BANKS=2
CONFIG_TARGET_MVEBU_ARMADA_8K=y
CONFIG_ENV_SIZE=0x10000
-CONFIG_ENV_OFFSET=0x180000
+CONFIG_ENV_OFFSET=0x3f0000
CONFIG_ENV_SECT_SIZE=0x10000
CONFIG_DEBUG_UART_BASE=0xf0512000
CONFIG_DEBUG_UART_CLOCK=200000000