Re: [PATCHv2 31/31] Convert CONFIG_CADENCE_QSPI to Kconfig

2020-06-30 Thread Tom Rini
On Tue, Jun 16, 2020 at 07:06:31PM -0400, Tom Rini wrote: > This converts the following to Kconfig: >CONFIG_CADENCE_QSPI > > Signed-off-by: Tom Rini Applied to u-boot/next, thanks! -- Tom signature.asc Description: PGP signature

[PATCHv2 31/31] Convert CONFIG_CADENCE_QSPI to Kconfig

2020-06-16 Thread Tom Rini
This converts the following to Kconfig: CONFIG_CADENCE_QSPI Signed-off-by: Tom Rini --- configs/k2g_evm_defconfig| 1 + configs/k2g_hs_evm_defconfig | 1 + drivers/spi/Makefile | 2 +- include/configs/k2g_evm.h| 1 - 4 files changed, 3 insertions(+), 2 deletions(-) diff --git