From: Daniel Schultz Date: Tue, 13 Jan 2026 05:35:30 +0000 (+0100) Subject: configs: phycore_am62x_r5_ethboot_defconfig: Drop NET_RANDOM_ETHADDR X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=464b64af6fa182769d42466c3427083815063727;p=thirdparty%2Fu-boot.git configs: phycore_am62x_r5_ethboot_defconfig: Drop NET_RANDOM_ETHADDR BOOTP does not support dynamic lease expiration. Using random MAC addresses on R5 network boot binaries would result in continuously allocated IPs without proper release. Since only one interface is enabled for network boot, rely on the MAC address provided by the efuses instead. Signed-off-by: Daniel Schultz Signed-off-by: Wadim Egorov --- diff --git a/configs/phycore_am62x_r5_ethboot_defconfig b/configs/phycore_am62x_r5_ethboot_defconfig index 92dd0be647e..a4434388ff8 100644 --- a/configs/phycore_am62x_r5_ethboot_defconfig +++ b/configs/phycore_am62x_r5_ethboot_defconfig @@ -20,7 +20,6 @@ CONFIG_TI_K3_NAVSS_UDMA=y CONFIG_DM_I2C=y CONFIG_SYS_I2C_OMAP24XX=y CONFIG_PHY_TI_DP83867=y -CONFIG_NET_RANDOM_ETHADDR=y CONFIG_TI_AM65_CPSW_NUSS=y CONFIG_SPL_MMC=n CONFIG_SPL_DM_SPI=n