mirror of
https://xff.cz/git/u-boot/
synced 2025-09-30 06:51:28 +02:00
ARM: introduce arch_early_init_r()
Introduce arch_early_init_r() function, which can be useful for doing early initialization after relocation has happened. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
This commit is contained in:
committed by
Albert ARIBAUD
parent
aac316a8b0
commit
d519b4bc0a
@@ -52,6 +52,7 @@ 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);
|
||||
|
Reference in New Issue
Block a user