mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
adm5120: convert to use the new mips multimachine stuff
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21680 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -107,7 +107,7 @@ static int __init adm5120_board_setup(void)
|
||||
{
|
||||
adm5120_gpio_init();
|
||||
|
||||
mips_machine_setup(mips_machtype);
|
||||
mips_machine_setup();
|
||||
|
||||
return 0;
|
||||
}
|
||||
@@ -122,5 +122,5 @@ static void __init adm5120_generic_board_setup(void)
|
||||
adm5120_add_device_switch(6, NULL);
|
||||
}
|
||||
|
||||
MIPS_MACHINE(MACH_ADM5120_GENERIC, "Generic ADM5120 board",
|
||||
adm5120_generic_board_setup);
|
||||
MIPS_MACHINE(MACH_ADM5120_GENERIC, "Generic", "Generic ADM5120 board",
|
||||
adm5120_generic_board_setup);
|
||||
|
||||
Reference in New Issue
Block a user