Merge tag 'u-boot-atmel-fixes-2019.07-a' of git://git.denx.de/u-boot-atmel
[oweals/u-boot.git] / arch / arm / include / asm / u-boot-arm.h
index ef4fca68ee95a14d7a9aa35aefe3f2466d5e2bfd..2e8c8e53d79bc905f00cc169f334290b0fe01d72 100644 (file)
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
 /*
  * (C) Copyright 2002
  * Sysgo Real-Time Solutions, GmbH <www.elinos.com>
@@ -6,8 +7,6 @@
  * (C) Copyright 2002
  * Sysgo Real-Time Solutions, GmbH <www.elinos.com>
  * Alex Zuepke <azu@sysgo.de>
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #ifndef _U_BOOT_ARM_H_
@@ -25,26 +24,16 @@ extern ulong _datarelro_start_ofs;
 extern ulong IRQ_STACK_START_IN;       /* 8 bytes in IRQ stack */
 
 /* cpu/.../cpu.c */
-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);
-int    arch_early_init_r(void);
 
 /* board/.../... */
 int    board_init(void);
-void   board_quiesce_devices(void);
-
-/* cpu/.../interrupt.c */
-int    arch_interrupt_init     (void);
-void   reset_timer_masked      (void);
-ulong  get_timer_masked        (void);
-void   udelay_masked           (unsigned long usec);
 
 /* calls to c from vectors.S */
 struct pt_regs;