board: amlogic: Generate unique MAC address for Q200 and P212 based boards
[platform/kernel/u-boot.git] / board / amlogic / p212 / p212.c
index 546c4d9..1159cee 100644 (file)
@@ -32,6 +32,8 @@ int misc_init_r(void)
                                          mac_addr, EFUSE_MAC_SIZE);
                if (len == EFUSE_MAC_SIZE && is_valid_ethaddr(mac_addr))
                        eth_env_set_enetaddr("ethaddr", mac_addr);
+               else
+                       meson_generate_serial_ethaddr();
        }
 
        if (!env_get("serial#")) {