
28 Sep
2018
28 Sep
'18
5:55 p.m.
On 6 August 2018 at 01:23, Mario Six mario.six@gdsys.cc wrote:
To print the reset status during boot, add a method print_resetinfo to board_f, which is called in init_sequence_f[], that gets the reset information from the sysreset driver (assuming there is only one seems reasonable), and prints it.
Reviewed-by: Simon Glass sjg@chromium.org Signed-off-by: Mario Six mario.six@gdsys.cc
Notes: v3 -> v4: No changes
v2 -> v3: * Improved behavior and error handling v1 -> v2: New in v2
common/board_f.c | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+)
Applied to u-boot-dm, and now in mainline, thanks!