
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 conditional run_preboot_environment_command() Convert CONFIG_SHOW_BOOT_PROGRESS to Kconfig Add CONFIG_USE_PREBOOT to boards that use CONFIG_PREBOOT Convert CONFIG_USE_PREBOOT and CONFIG_PREBOOT to Kconfig autoboot: Use CONFIG_AUTOBOOT_STOP_STR_SHA256 indirectly autoboot: Drop #ifdef for CONFIG_AUTOBOOT_ENCRYPTION autoboot: Improve docs for CONFIG_AUTOBOOT_ENCRYPTION autoboot: Use if() for CONFIG_SILENT_CONSOLE autoboot: Drop #ifdef CONFIG_AUTOBOOT_KEYED autoboot: Drop unused CONFIG_MENUPROMPT autoboot: Rename CONFIG_MENUKEY to CONFIG_AUTOBOOT_MENUKEY snow: Define CONFIG_AUTOBOOT_MENUKEY autoboot: Tidy up use of menukey autoboot: Rename CONFIG_MENU_SHOW to include AUTOBOOT Convert CONFIG_AUTOBOOT_MENU_SHOW to Kconfig autoboot: Add comments for menu_show() autoboot: Move a few more options from #ifdef to if() autoboot: Adjust the implementation in autoboot_command()
For the series, applied to u-boot/master, thanks!