ar71xx: init ethernet mac address on the Bullet M
[openwrt-10.03/.git] / target / linux / ar71xx / files / arch / mips / ar71xx / mach-ubnt.c
index 37804b21a9ea663743c02ccd5fc5a5a2be0b8d91..ff32302fc70aa474874711dcc81a40f34a3eed9b 100644 (file)
@@ -246,6 +246,9 @@ MIPS_MACHINE(AR71XX_MACH_UBNT_LSSR71, "Ubiquiti LS-SR71", ubnt_lssr71_setup);
 
 static void __init ubnt_bullet_m_setup(void)
 {
+       u8 *mac = (u8 *) KSEG1ADDR(0x1fff0000);
+
+       ar71xx_set_mac_base(mac);
        ar71xx_add_device_spi(NULL, ubnt_spi_info,
                                    ARRAY_SIZE(ubnt_spi_info));