diff options
| author | Daniel Schultz <[email protected]> | 2026-01-13 06:35:31 +0100 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-01-21 09:17:17 -0600 |
| commit | c620865280291279890da1aa9a9e0bd3c1c212cc (patch) | |
| tree | 7804b350a212bdd533b6ce503926a4da539fe987 /configs | |
| parent | 464b64af6fa182769d42466c3427083815063727 (diff) | |
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 <[email protected]>
Signed-off-by: Wadim Egorov <[email protected]>
Diffstat (limited to 'configs')
| -rw-r--r-- | configs/phycore_am62ax_r5_ethboot_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
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 |
