mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
Call bootstage_relocate() after malloc is initted
In a previous CL we added the bootstage_relocate(), which should be called after malloc is initted. Now we call it on generic board. Signed-off-by: Doug Anderson <dianders@chromium.org> Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
150678a582
commit
158e7d059c
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue