From: Daniel Schultz <[email protected]> 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 <[email protected]> Signed-off-by: Wadim Egorov <[email protected]> --- configs/phycore_am62ax_r5_ethboot_defconfig | 1 - 1 file changed, 1 deletion(-) 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 -- 2.48.1

