summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorPatrick Delaunay <patrick.delaunay@st.com>2018-10-05 11:33:53 +0200
committerTom Rini <trini@konsulko.com>2018-10-10 13:35:10 -0400
commit606f3a74e62db197bda104d1c472be9614957ee2 (patch)
treef41df5854f0049dfc15e44ae84a15970622a84ef /arch
parent6180ea7e663893cb7330219367252cba471bf225 (diff)
arm: remove duplicated prototypes in u-boot.arm.h
Remove the function prototypes duplicated between u-boot.arm.h and init.h/common.h Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/include/asm/u-boot-arm.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/include/asm/u-boot-arm.h b/arch/arm/include/asm/u-boot-arm.h
index 2eaefb4be04..2e8c8e53d79 100644
--- a/arch/arm/include/asm/u-boot-arm.h
+++ b/arch/arm/include/asm/u-boot-arm.h
@@ -24,16 +24,13 @@ 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);