diff options
| author | Daniel Schultz <[email protected]> | 2024-05-21 23:18:27 -0700 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-06-07 14:01:53 -0600 |
| commit | 7377f7e3f67c4c6d7c8ea5db15c6d3fe8d780770 (patch) | |
| tree | 4b4807f74ab44485bda7c2d51549b4bc76e21cef | |
| parent | 946ae83246e89c05ddb83af6637b8af29f32bc2f (diff) | |
configs: phycore_am62x_a53_defconfig: Enable CONFIG_ENV_OVERWRITE
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 <[email protected]>
Tested-by: Wadim Egorov <[email protected]>
| -rw-r--r-- | configs/phycore_am62x_a53_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/phycore_am62x_a53_defconfig b/configs/phycore_am62x_a53_defconfig index fd36edc29dd..286cd89c5a6 100644 --- 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 |
