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 <patrick.delaunay@st.com>
This commit is contained in:

committed by
Tom Rini

parent
fc22ee215a
commit
b8aa55cb64
@@ -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);
|
||||
|
Reference in New Issue
Block a user