1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-06-25 09:39:50 +03:00

kirkwood: ib62x0 fix reboot

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32131 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
luka 2012-06-08 23:17:46 +00:00
parent 3e70eebc22
commit 5a35428cb3

View File

@ -186,4 +186,5 @@ MACHINE_START(NAS6210, "RaidSonic ICY BOX IB-NAS6210")
.init_early = kirkwood_init_early,
.init_irq = kirkwood_init_irq,
.timer = &kirkwood_timer,
.restart = kirkwood_restart,
MACHINE_END