projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
87ea9f7
)
mx6ul_14x14_evk: Avoid overlap of environment over U-Boot proper
author
Otavio Salvador
<otavio@ossystems.com.br>
Tue, 9 Jun 2020 16:22:50 +0000
(13:22 -0300)
committer
Stefano Babic
<sbabic@denx.de>
Mon, 22 Jun 2020 22:08:53 +0000
(
00:08
+0200)
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>
configs/mx6ul_14x14_evk_defconfig
patch
|
blob
|
history
diff --git
a/configs/mx6ul_14x14_evk_defconfig
b/configs/mx6ul_14x14_evk_defconfig
index cad766443c2248b9705f43ea95e4a6fc7838e221..4ec5f80ee69bb93b07d305cc48c0d911e3fa9bc8 100644
(file)
--- 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=0x
8
0000
+CONFIG_ENV_OFFSET=0x
C
0000
CONFIG_TARGET_MX6UL_14X14_EVK=y
CONFIG_DM_GPIO=y
CONFIG_SPL_MMC_SUPPORT=y