From: Alif Zakuan Yuslaimi Date: Tue, 2 Dec 2025 05:36:26 +0000 (-0800) Subject: configs: cyclone5: Enable random MAC address X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=85a3ee15e0363fafe221de4c57cb62e59f920914;p=thirdparty%2Fu-boot.git configs: cyclone5: Enable random MAC address 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 Signed-off-by: Alif Zakuan Yuslaimi Reviewed-by: Tien Fong Chee --- diff --git a/configs/socfpga_cyclone5_defconfig b/configs/socfpga_cyclone5_defconfig index 992abdbfdc4..2256eb2ecb8 100644 --- a/configs/socfpga_cyclone5_defconfig +++ b/configs/socfpga_cyclone5_defconfig @@ -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