On 8/15/25 10:21, Eugen Hristev wrote:
>
>
> On 8/11/25 10:30, Mihai Sain wrote:
>> Perform a clean up of the initial defconfig file,
>> and resync with savedefconfig.
>>
>> Signed-off-by: Mihai Sain <mihai.s...@microchip.com>
>> ---
>>
>
> Applied to u-boot-at91/master, thanks !
Hello Mihai,
While merging this into the main tree, I saw someone already resynced
the config with savedefconfig.
Hence your patch only changes 2 lines:
@@ -49,6 +49,7 @@ CONFIG_CMD_HASH=y
CONFIG_HASH_VERIFY=y
CONFIG_CMD_EXT4=y
CONFIG_CMD_FAT=y
+CONFIG_PARTITION_UUIDS=y
CONFIG_OF_CONTROL=y
CONFIG_ENV_IS_IN_FAT=y
CONFIG_ENV_FAT_DEVICE_AND_PART="0:1"
@@ -88,4 +89,4 @@ CONFIG_SYSRESET=y
CONFIG_SYSRESET_AT91=y
CONFIG_TIMER=y
CONFIG_MCHP_PIT64B_TIMER=y
+CONFIG_FAT_RENAME=y
Are this still relevant, do you want me to merge it like this, or do you
want to have a look and resend a patch that would just add two new configs ?
Eugen