From: Marcin Niestroj Date: Fri, 18 Jan 2019 16:35:42 +0000 (+0100) Subject: ARM: chiliboard: enable DM_SPI X-Git-Tag: v2019.04-rc1~23^2~11 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=f68bc629f46413fc07297224ba35ecc941520789;p=oweals%2Fu-boot.git ARM: chiliboard: enable DM_SPI Add DM_SPI to suppress build warning about dm conversion. Signed-off-by: Marcin Niestroj --- diff --git a/configs/chiliboard_defconfig b/configs/chiliboard_defconfig index 02eb324811..ceba006e0c 100644 --- a/configs/chiliboard_defconfig +++ b/configs/chiliboard_defconfig @@ -42,6 +42,7 @@ CONFIG_DM_ETH=y CONFIG_MII=y CONFIG_DRIVER_TI_CPSW=y CONFIG_SPI=y +CONFIG_DM_SPI=y CONFIG_OMAP3_SPI=y CONFIG_TIMER=y CONFIG_OMAP_TIMER=y