bootstage: Add SPL support
Allow usage of the bootstage facilities in SPL. Signed-off-by: Marek Vasut <marex@denx.de> Cc: Simon Glass <sjg@chromium.org> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -166,7 +166,7 @@ void board_init_f_init_reserve(ulong base)
|
||||
board_init_f_init_stack_protection();
|
||||
}
|
||||
|
||||
#if CONFIG_IS_ENABLED(BOOTSTAGE)
|
||||
#if CONFIG_IS_ENABLED(SHOW_BOOT_PROGRESS)
|
||||
/*
|
||||
* Board-specific Platform code can reimplement show_boot_progress () if needed
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user