i.mx: add the initial support for freescale i.MX6Q processor
[oweals/u-boot.git] / arch / arm / include / asm / u-boot-arm.h
index e3fbb53d4da8b6e5fc83871a9ff66b2e5f6a5c45..4ca75f9f93d4b13b6a3c1437448ca459e51019b5 100644 (file)
@@ -46,6 +46,9 @@ extern ulong IRQ_STACK_START_IN;      /* 8 bytes in IRQ stack */
 int    cpu_init(void);
 int    cleanup_before_linux(void);
 
+/* Set up ARMv7 MMU, caches and TLBs */
+void   cpu_init_cp15(void);
+
 /* cpu/.../arch/cpu.c */
 int    arch_cpu_init(void);
 int    arch_misc_init(void);
@@ -63,7 +66,4 @@ void  reset_timer_masked      (void);
 ulong  get_timer_masked        (void);
 void   udelay_masked           (unsigned long usec);
 
-/* cpu/.../timer.c */
-int    timer_init              (void);
-
 #endif /* _U_BOOT_ARM_H_ */