]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
configs: phycore_am62ax_r5_ethboot_defconfig: Drop NET_RANDOM_ETHADDR
authorDaniel Schultz <d.schultz@phytec.de>
Tue, 13 Jan 2026 05:35:31 +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_am62ax_r5_ethboot_defconfig

index 526d15a0dc5091d7fc597971d879914ee8b67e48..d597e9d92d94e2c43f5e59705cb80580f9c99096 100644 (file)
@@ -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