From b3e2d9fccbe7390a859f7f46001c6312cc35455c Mon Sep 17 00:00:00 2001 From: Chee Hong Ang Date: Wed, 5 Aug 2020 21:15:57 +0800 Subject: arm: socfpga: soc64: Show reset state in SPL Print reset state (warm/cold) together with the source (watchdog/MPU) which has triggered the warm reset on S10 & Agilex. Signed-off-by: Chee Hong Ang Reviewed-by: Ley Foon Tan --- arch/arm/mach-socfpga/spl_agilex.c | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/arm/mach-socfpga/spl_agilex.c') diff --git a/arch/arm/mach-socfpga/spl_agilex.c b/arch/arm/mach-socfpga/spl_agilex.c index bd971ecbd1..0121ff431f 100644 --- a/arch/arm/mach-socfpga/spl_agilex.c +++ b/arch/arm/mach-socfpga/spl_agilex.c @@ -76,6 +76,7 @@ void board_init_f(ulong dummy) } preloader_console_init(); + print_reset_info(); cm_print_clock_quick_summary(); firewall_setup(); -- cgit v1.2.3