mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-05 12:20:36 +02:00
Do not try to initialise clocks for now, it is borken on most devices
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7580 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
3cd8cfa38a
commit
08c054f87e
@ -109,7 +109,8 @@ void __init plat_mem_setup(void)
|
|||||||
set_io_port_base(io_base);
|
set_io_port_base(io_base);
|
||||||
|
|
||||||
prom_meminit();
|
prom_meminit();
|
||||||
ar7_init_clocks();
|
#warning FIXME: clock initialisation
|
||||||
|
//ar7_init_clocks();
|
||||||
|
|
||||||
ioport_resource.start = 0;
|
ioport_resource.start = 0;
|
||||||
ioport_resource.end = ~0;
|
ioport_resource.end = ~0;
|
||||||
|
Loading…
Reference in New Issue
Block a user