]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
configs: cyclone5: Enable random MAC address
authorAlif Zakuan Yuslaimi <alif.zakuan.yuslaimi@altera.com>
Tue, 2 Dec 2025 05:36:26 +0000 (21:36 -0800)
committerTien Fong Chee <tien.fong.chee@intel.com>
Wed, 17 Dec 2025 08:15:31 +0000 (16:15 +0800)
Enable CONFIG_NET_RANDOM_ETHADDR to allow U-Boot to assign a random MAC
address during Ethernet initialization when a valid MAC is not programmed
in hardware.

This avoids network initialization failures and MAC address conflicts,
especially on boards used for development or shipped without a
factory-programmed MAC.

Signed-off-by: Tien Fong Chee <tien.fong.chee@altera.com>
Signed-off-by: Alif Zakuan Yuslaimi <alif.zakuan.yuslaimi@altera.com>
Reviewed-by: Tien Fong Chee <tien.fong.chee@altera.com>
configs/socfpga_cyclone5_defconfig

index 992abdbfdc4b04a7f3879c7ca6802ebfcfe630c0..2256eb2ecb89664a0ec71035ef072c3947a64fb5 100644 (file)
@@ -67,6 +67,7 @@ CONFIG_PHY_MICREL=y
 CONFIG_PHY_MICREL_KSZ90X1=y
 CONFIG_ETH_DESIGNWARE=y
 CONFIG_MII=y
+CONFIG_NET_RANDOM_ETHADDR=y
 CONFIG_SPI=y
 CONFIG_CADENCE_QSPI=y
 CONFIG_DESIGNWARE_SPI=y