git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
946ae83
)
configs: phycore_am62x_a53_defconfig: Enable CONFIG_ENV_OVERWRITE
author
Daniel Schultz
<d.schultz@phytec.de>
Wed, 22 May 2024 06:18:27 +0000
(23:18 -0700)
committer
Tom Rini
<trini@konsulko.com>
Fri, 7 Jun 2024 20:01:53 +0000
(14:01 -0600)
Enable CONFIG_ENV_OVERWRITE to overwrite ethaddr in the environment.
This is required because our environment is not located in the
boot partition.
Signed-off-by: Daniel Schultz <d.schultz@phytec.de>
Tested-by: Wadim Egorov <w.egorov@phytec.de>
configs/phycore_am62x_a53_defconfig
patch
|
blob
|
history
diff --git
a/configs/phycore_am62x_a53_defconfig
b/configs/phycore_am62x_a53_defconfig
index
fd36edc
..
286cd89
100644
(file)
--- a/
configs/phycore_am62x_a53_defconfig
+++ b/
configs/phycore_am62x_a53_defconfig
@@
-59,6
+59,7
@@
CONFIG_SPL_OF_CONTROL=y
CONFIG_MULTI_DTB_FIT=y
CONFIG_SPL_MULTI_DTB_FIT=y
CONFIG_SPL_MULTI_DTB_FIT_NO_COMPRESSION=y
+CONFIG_ENV_OVERWRITE=y
CONFIG_ENV_IS_IN_MMC=y
CONFIG_SYS_MMC_ENV_DEV=1
CONFIG_NET_RANDOM_ETHADDR=y