mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-07 11:30:37 +00:00
Do not try to initialise clocks for now, it is borken on most devices
SVN-Revision: 7580
This commit is contained in:
parent
e440525a26
commit
dfe8f28532
@ -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…
x
Reference in New Issue
Block a user