mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-18 22:43:53 +01:00
ar71xx: init ethernet mac address on the Bullet M
SVN-Revision: 17811
This commit is contained in:
parent
dd3b2ae8af
commit
d2c055526c
@ -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));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user