diff options
author | Fabio Estevam <festevam@gmail.com> | 2021-12-18 18:10:24 -0300 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-01-08 11:16:03 -0500 |
commit | 6a69afe7961957158a93b089d45fff999f95ab23 (patch) | |
tree | bc1f6fa9e12b1841e2fa0807f9e7330122d6e368 | |
parent | 353aa7b06fc30593095c909ea10b05ad045c6570 (diff) |
udoo: Increase CONFIG_ENV_OFFSET
Increase CONFIG_ENV_OFFSET to avoid the environment region to
overlap with U-Boot proper.
Signed-off-by: Fabio Estevam <festevam@gmail.com>
Reviewed-by: Peter Robinson <pbrobinson@gmail.com>
-rw-r--r-- | configs/udoo_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/udoo_defconfig b/configs/udoo_defconfig index 284ea05884..ab2b2ee675 100644 --- a/configs/udoo_defconfig +++ b/configs/udoo_defconfig @@ -7,7 +7,7 @@ CONFIG_SPL_LIBCOMMON_SUPPORT=y CONFIG_SPL_LIBGENERIC_SUPPORT=y CONFIG_NR_DRAM_BANKS=1 CONFIG_ENV_SIZE=0x2000 -CONFIG_ENV_OFFSET=0x60000 +CONFIG_ENV_OFFSET=0xC0000 CONFIG_MX6QDL=y CONFIG_TARGET_UDOO=y CONFIG_DM_GPIO=y |