Re: [PATCH 01/22] Convert CONFIG_CF_DSPI to Kconfig

2022-04-01 Thread Tom Rini
On Wed, Mar 23, 2022 at 05:19:48PM -0400, Tom Rini wrote: > This converts the following to Kconfig: >CONFIG_CF_DSPI > > Signed-off-by: Tom Rini For the whole of the series, applied to u-boot/next, thanks! -- Tom signature.asc Description: PGP signature

[PATCH 01/22] Convert CONFIG_CF_DSPI to Kconfig

2022-03-23 Thread Tom Rini
This converts the following to Kconfig: CONFIG_CF_DSPI Signed-off-by: Tom Rini --- arch/m68k/Kconfig | 5 + include/configs/stmark2.h | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/arch/m68k/Kconfig b/arch/m68k/Kconfig index 97c0b7b834e7..ae8d26d671dd 100644