From b8aa55cb6414e512cce30bb7db3268eea934466d Mon Sep 17 00:00:00 2001 From: Patrick Delaunay Date: Tue, 13 Mar 2018 13:57:04 +0100 Subject: common: move init_helpers.h prototypes in init.h Merge init_helpers.h in the new file init.h with only prototypes for init_cache_f_r used in common/board_f.c Signed-off-by: Patrick Delaunay --- include/init.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'include/init.h') diff --git a/include/init.h b/include/init.h index d54d519a69..147ae6bb8e 100644 --- a/include/init.h +++ b/include/init.h @@ -101,6 +101,13 @@ int dram_init_banksize(void); */ int arch_reserve_stacks(void); +/** + * init_cache_f_r() - Turn on the cache in preparation for relocation + * + * @return 0 if OK, -ve on error + */ +int init_cache_f_r(void); + int print_cpuinfo(void); int timer_init(void); int reserve_mmu(void); -- cgit v1.2.3