summaryrefslogtreecommitdiff
path: root/configs/imx8mn_venice_defconfig
diff options
context:
space:
mode:
authorTim Harvey <tharvey@gateworks.com>2023-05-03 03:05:56 +0300
committerStefano Babic <sbabic@denx.de>2023-07-11 15:40:03 +0300
commit13897ff6d9f341ff70f7e1765562b9ae7a66e521 (patch)
tree28c5cfe940368063994b42331b016d631249bee8 /configs/imx8mn_venice_defconfig
parent7b39e5b53a88f973da08e2f8d3e1161e51a77ed4 (diff)
downloadu-boot-13897ff6d9f341ff70f7e1765562b9ae7a66e521.tar.xz
board: gateworks: venice: move env location
To allow U-Boot to fit within emmc boot partitions move the env from just under 16MiB to just under 4MiB as some emmc devices used on venice boards have 4MiB boot partitions. This still leaves plenty of room for U-Boot. Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Diffstat (limited to 'configs/imx8mn_venice_defconfig')
-rw-r--r--configs/imx8mn_venice_defconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/imx8mn_venice_defconfig b/configs/imx8mn_venice_defconfig
index 8a0b8c2db4..c066f6d8ba 100644
--- a/configs/imx8mn_venice_defconfig
+++ b/configs/imx8mn_venice_defconfig
@@ -6,7 +6,7 @@ CONFIG_SPL_GPIO=y
CONFIG_SPL_LIBCOMMON_SUPPORT=y
CONFIG_SPL_LIBGENERIC_SUPPORT=y
CONFIG_ENV_SIZE=0x8000
-CONFIG_ENV_OFFSET=0xff0000
+CONFIG_ENV_OFFSET=0x3f0000
CONFIG_DM_GPIO=y
CONFIG_DEFAULT_DEVICE_TREE="imx8mn-venice"
CONFIG_SPL_TEXT_BASE=0x912000
@@ -19,7 +19,7 @@ CONFIG_SPL_SERIAL=y
CONFIG_SPL_DRIVERS_MISC=y
CONFIG_SPL_STACK=0x980000
CONFIG_SPL=y
-CONFIG_ENV_OFFSET_REDUND=0xff8000
+CONFIG_ENV_OFFSET_REDUND=0x3f8000
CONFIG_SPL_IMX_ROMAPI_LOADADDR=0x48000000
CONFIG_SYS_LOAD_ADDR=0x48200000
CONFIG_SYS_MEMTEST_START=0x40000000