diff options
Diffstat (limited to 'common/board_r.c')
| -rw-r--r-- | common/board_r.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/common/board_r.c b/common/board_r.c index f801e4110..fd1fd319b 100644 --- a/common/board_r.c +++ b/common/board_r.c @@ -765,6 +765,7 @@ init_fnc_t init_sequence_r[] = {  #endif  	initr_barrier,  	initr_malloc, +	bootstage_relocate,  #ifdef CONFIG_ARCH_EARLY_INIT_R  	arch_early_init_r,  #endif |