Commit ab73f0fc authored by Russell King's avatar Russell King

[ARM] Timer fixes for CLPS711x.

parent 4d0d1774
......@@ -66,6 +66,6 @@ MACHINE_START(AUTCPU12, "autronix autcpu12")
BOOT_PARAMS(0xc0020000)
MAPIO(autcpu12_map_io)
INITIRQ(clps711x_init_irq)
INITTIME(clp711x_init_time)
INITTIME(clps711x_init_time)
MACHINE_END
......@@ -34,7 +34,7 @@
extern void clps711x_init_irq(void);
extern void clps711x_map_io(void);
extern void clps711x-init_time(void);
extern void clps711x_init_time(void);
/*
* Map the CS89712 Ethernet port. That should be moved to the
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment