diff mbox series

[6/6] configs: phycore_am62x_a53_defconfig: Enable CONFIG_ENV_OVERWRITE

Message ID 20240522061827.601699-7-d.schultz@phytec.de
State Accepted
Delegated to: Tom Rini
Headers show
Series PHYTEC SOM Detection API v3 | expand

Commit Message

Daniel Schultz May 22, 2024, 6:18 a.m. UTC
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>
---
 configs/phycore_am62x_a53_defconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Daniel Schultz May 22, 2024, 8:46 a.m. UTC | #1
Hi,

On 22.05.24 10:30, Wadim Egorov wrote:
> Hi Daniel,
>
> Am 22.05.24 um 08:18 schrieb Daniel Schultz:
>> 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>
>> ---
>>   configs/phycore_am62x_a53_defconfig | 1 +
> What about the change for the phycore_am64x?

Will enable phyCORE-AM64x later with additional changes to enable SOM 
detection.

Regards,
Daniel

>
>
>>   1 file changed, 1 insertion(+)
>>
>> 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
diff mbox series

Patch

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