diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2020-06-09 13:22:50 -0300 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2020-06-23 00:08:53 +0200 |
commit | 9959d0f679671c6edf91ef2213a08c90531a5980 (patch) | |
tree | e1f901fbdaf255cad1f4631983bb0bdebc9f3be0 /configs | |
parent | 87ea9f784c0e2eb9de52f272daf1f65493b0c6ca (diff) | |
download | u-boot-9959d0f679671c6edf91ef2213a08c90531a5980.tar.gz |
mx6ul_14x14_evk: Avoid overlap of environment over U-Boot proper
We need to change the environment offset to avoid corrupting the U-Boot
binary when saving it.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Reviewed-by: Fabio Estevam <festevam@gmail.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/mx6ul_14x14_evk_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/mx6ul_14x14_evk_defconfig b/configs/mx6ul_14x14_evk_defconfig index cad766443c..4ec5f80ee6 100644 --- a/configs/mx6ul_14x14_evk_defconfig +++ b/configs/mx6ul_14x14_evk_defconfig @@ -5,7 +5,7 @@ CONFIG_SPL_GPIO_SUPPORT=y CONFIG_SPL_LIBCOMMON_SUPPORT=y CONFIG_SPL_LIBGENERIC_SUPPORT=y CONFIG_ENV_SIZE=0x2000 -CONFIG_ENV_OFFSET=0x80000 +CONFIG_ENV_OFFSET=0xC0000 CONFIG_TARGET_MX6UL_14X14_EVK=y CONFIG_DM_GPIO=y CONFIG_SPL_MMC_SUPPORT=y |