diff options
| author | Alif Zakuan Yuslaimi <[email protected]> | 2025-12-01 21:36:26 -0800 |
|---|---|---|
| committer | Tien Fong Chee <[email protected]> | 2025-12-17 16:15:31 +0800 |
| commit | 85a3ee15e0363fafe221de4c57cb62e59f920914 (patch) | |
| tree | e362e2d29580b43df04c7a78f70501e3bd279a01 | |
| parent | 47b50fb1125c539d80ed3e7f739c02c6486e1b52 (diff) | |
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 <[email protected]>
Signed-off-by: Alif Zakuan Yuslaimi <[email protected]>
Reviewed-by: Tien Fong Chee <[email protected]>
| -rw-r--r-- | configs/socfpga_cyclone5_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
