Re: [U-Boot] [PATCH v5 08/13] configs: add DM_SPI config option

2019-05-26 Thread Tom Rini
On Wed, Mar 13, 2019 at 09:46:48PM +0100, Angelo Dureghello wrote: > This patch adds CONFIG_DM_SPI for all m68k boards using > the cf_spi.c driver (DSPI module). > > Reviewed-by: Simon Glass > Signed-off-by: Angelo Dureghello Applied to u-boot/master, thanks! -- Tom signature.asc Descripti

[U-Boot] [PATCH v5 08/13] configs: add DM_SPI config option

2019-03-13 Thread Angelo Dureghello
This patch adds CONFIG_DM_SPI for all m68k boards using the cf_spi.c driver (DSPI module). Reviewed-by: Simon Glass Signed-off-by: Angelo Dureghello --- Changes for v2: - new patch Changes for v3: - none Changes for v4: - none Changes for v5: - none --- configs/M52277EVB_defconfig