Re: [U-Boot] [PATCH] configs: Migrate the various SPL_BOOT_xxx choices for PowerPC

2019-06-15 Thread Tom Rini
On Sat, Jun 01, 2019 at 02:20:25PM -0400, Tom Rini wrote: > The non-CONFIG_SPL_FRAMEWORK SPL used on some PowerPC platforms have a > choice between CONFIG_SPL_NAND_BOOT, CONFIG_SPL_MMC_BOOT and > CONFIG_SPL_SPI_BOOT. Migrate this to Kconfig > > Signed-off-by: Tom Rini Applied to u-boot/master,

[U-Boot] [PATCH] configs: Migrate the various SPL_BOOT_xxx choices for PowerPC

2019-06-01 Thread Tom Rini
The non-CONFIG_SPL_FRAMEWORK SPL used on some PowerPC platforms have a choice between CONFIG_SPL_NAND_BOOT, CONFIG_SPL_MMC_BOOT and CONFIG_SPL_SPI_BOOT. Migrate this to Kconfig Signed-off-by: Tom Rini --- README | 7 --- common/spl/Kconfig