[adm5120] use reset function on the NP28G boards
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 27 Dec 2007 15:10:56 +0000 (15:10 +0000)
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 27 Dec 2007 15:10:56 +0000 (15:10 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9963 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/adm5120/files/arch/mips/adm5120/boards/compex.c

index d1c6bc4..3e59e8c 100644 (file)
@@ -175,6 +175,7 @@ ADM5120_BOARD_END
 
 ADM5120_BOARD_START(NP28G, "Compex NetPassage 28G")
        .board_setup    = np28g_setup,
+       .board_reset    = np28g_reset,
        .eth_num_ports  = 4,
        .eth_vlans      = np28g_vlans,
        .num_devices    = ARRAY_SIZE(np2xg_devices),