Re: [U-Boot] [PATCH v2 00/18] autoboot: Tidy up autoboot code

2019-08-02 Thread Tom Rini
On Sat, Jul 20, 2019 at 08:51:10PM -0600, Simon Glass wrote: > This series cleans up autoboot.c a bit to: > > - Convert options to Kconfig > - Use C code instead of C preprocessor where possible > - Add a few comments > > Changes in v2: > - Rebase to master > > Simon Glass (18): > main: Use

Re: [U-Boot] [PATCH v2 00/18] autoboot: Tidy up autoboot code

2019-07-23 Thread Lukasz Majewski
Hi Simon, > This series cleans up autoboot.c a bit to: > > - Convert options to Kconfig > - Use C code instead of C preprocessor where possible > - Add a few comments > Thanks Simon for this clean up series. Reviewed-by: Lukasz Majewski > Changes in v2: > - Rebase to master > > Simon Glass

[U-Boot] [PATCH v2 00/18] autoboot: Tidy up autoboot code

2019-07-20 Thread Simon Glass
This series cleans up autoboot.c a bit to: - Convert options to Kconfig - Use C code instead of C preprocessor where possible - Add a few comments Changes in v2: - Rebase to master Simon Glass (18): main: Use conditional run_preboot_environment_command() Convert CONFIG_SHOW_BOOT_PROGRESS to