[U-Boot] [PATCH 2/2] omap3_beagle: Enable DM_SPI
Tom Rini
trini at konsulko.com
Sat Feb 16 21:36:30 UTC 2019
Switch to DM_SPI support now.
Signed-off-by: Tom Rini <trini at konsulko.com>
---
configs/omap3_beagle_defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/configs/omap3_beagle_defconfig b/configs/omap3_beagle_defconfig
index f6d522a5f103..73ffa83d0c53 100644
--- a/configs/omap3_beagle_defconfig
+++ b/configs/omap3_beagle_defconfig
@@ -71,6 +71,7 @@ CONFIG_SYS_NAND_U_BOOT_LOCATIONS=y
CONFIG_SYS_NAND_U_BOOT_OFFS=0x80000
CONFIG_SPL_NAND_SIMPLE=y
CONFIG_SPI=y
+CONFIG_DM_SPI=y
CONFIG_OMAP3_SPI=y
CONFIG_USB=y
CONFIG_USB_EHCI_HCD=y
--
2.7.4
More information about the U-Boot
mailing list