mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-09 03:21:51 +00:00
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 <chee.hong.ang@intel.com> Reviewed-by: Ley Foon Tan <ley.foon.tan@intel.com>
This commit is contained in:
parent
d7a1ff40d6
commit
b3e2d9fccb
4 changed files with 25 additions and 0 deletions
|
@ -76,6 +76,7 @@ void board_init_f(ulong dummy)
|
|||
}
|
||||
|
||||
preloader_console_init();
|
||||
print_reset_info();
|
||||
cm_print_clock_quick_summary();
|
||||
|
||||
firewall_setup();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue