From: Daniel Schultz Date: Tue, 13 Jan 2026 05:35:31 +0000 (+0100) Subject: configs: phycore_am62ax_r5_ethboot_defconfig: Drop NET_RANDOM_ETHADDR X-Git-Tag: v2026.04-rc1~21^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c620865280291279890da1aa9a9e0bd3c1c212cc;p=thirdparty%2Fu-boot.git configs: phycore_am62ax_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_am62ax_r5_ethboot_defconfig b/configs/phycore_am62ax_r5_ethboot_defconfig index 526d15a0dc5..d597e9d92d9 100644 --- a/configs/phycore_am62ax_r5_ethboot_defconfig +++ b/configs/phycore_am62ax_r5_ethboot_defconfig @@ -21,7 +21,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