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

2019-07-23 Thread Simon Glass
Hi Tom, On Thu, 11 Jul 2019 at 07:04, Tom Rini wrote: > > On Sun, May 05, 2019 at 03:53:24PM -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 > > > >

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

2019-07-11 Thread Tom Rini
On Sun, May 05, 2019 at 03:53:24PM -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 > > > Simon Glass (18): > main: Use conditional

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

2019-05-06 Thread Lukasz Majewski
On Sun, 5 May 2019 15:53:24 -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 > Reviewed-by: Lukasz Majewski > > Simon Glass (18): > main: Use conditional

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

2019-05-05 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 Simon Glass (18): main: Use conditional run_preboot_environment_command() Convert CONFIG_SHOW_BOOT_PROGRESS to Kconfig Add CONFIG_USE_PREBOOT