commit | 7377f7e3f67c4c6d7c8ea5db15c6d3fe8d780770 | [log] [tgz] |
---|---|---|
author | Daniel Schultz <d.schultz@phytec.de> | Tue May 21 23:18:27 2024 -0700 |
committer | Tom Rini <trini@konsulko.com> | Fri Jun 07 14:01:53 2024 -0600 |
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 <d.schultz@phytec.de> Tested-by: Wadim Egorov <w.egorov@phytec.de>