From ddf48eae7697769a7bba57e3c06155ab79df37bd Mon Sep 17 00:00:00 2001 From: Stewart Smith Date: Tue, 18 Jun 2019 17:29:20 +1000 Subject: fast-reboot: move platform specific bits to a platform call Signed-off-by: Stewart Smith --- core/fast-reboot.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core') diff --git a/core/fast-reboot.c b/core/fast-reboot.c index 07f83a3..35c9a2b 100644 --- a/core/fast-reboot.c +++ b/core/fast-reboot.c @@ -433,8 +433,8 @@ void __noreturn fast_reboot_entry(void) /* Start clearing memory */ start_mem_region_clear_unused(); - /* Poke the consoles (see comments in the code there) */ - fsp_console_reset(); + if (platform.fast_reboot_init) + platform.fast_reboot_init(); if (proc_gen == proc_gen_p8) { /* XXX */ -- cgit v1.1