]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
configs: phycore_am62x_r5_ethboot_defconfig: Drop NET_RANDOM_ETHADDR
authorDaniel Schultz <d.schultz@phytec.de>
Tue, 13 Jan 2026 05:35:30 +0000 (06:35 +0100)
committerTom Rini <trini@konsulko.com>
Wed, 21 Jan 2026 15:17:17 +0000 (09:17 -0600)
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 <d.schultz@phytec.de>
Signed-off-by: Wadim Egorov <w.egorov@phytec.de>
configs/phycore_am62x_r5_ethboot_defconfig

index 92dd0be647ed2a2539a907e1ce062839b36cc61d..a4434388ff8bff84fb14b88afd8df367f94f6113 100644 (file)
@@ -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