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
1 changed files with 2 additions and 1 deletions
|
@ -109,7 +109,8 @@ void __init plat_mem_setup(void)
|
|||
set_io_port_base(io_base);
|
||||
|
||||
prom_meminit();
|
||||
ar7_init_clocks();
|
||||
#warning FIXME: clock initialisation
|
||||
//ar7_init_clocks();
|
||||
|
||||
ioport_resource.start = 0;
|
||||
ioport_resource.end = ~0;
|
||||
|
|
Loading…
Reference in a new issue