Re: [U-Boot] [PATCH v4 05/17] board_f: Add reset status printing

2018-09-28 Thread Simon Glass
On 6 August 2018 at 01:23, Mario Six 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. > >

[U-Boot] [PATCH v4 05/17] board_f: Add reset status printing

2018-08-06 Thread Mario Six
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 Signed-off-by: Mario Six ---