public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/2] dm: sunxi: Move Linksprite_pcDuino3_Nano to use DM for MMC, SATA
@ 2018-06-27 23:20 Adam Sampson
  2018-06-27 23:20 ` [U-Boot] [PATCH 2/2] dm: sunxi: Move Cubietruck " Adam Sampson
  0 siblings, 1 reply; 3+ messages in thread
From: Adam Sampson @ 2018-06-27 23:20 UTC (permalink / raw)
  To: u-boot

Move to the driver model for MMC and SATA, which means it implicitly
uses CONFIG_BLK too.

Signed-off-by: Adam Sampson <ats@offog.org>
---

 configs/Linksprite_pcDuino3_Nano_defconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/configs/Linksprite_pcDuino3_Nano_defconfig b/configs/Linksprite_pcDuino3_Nano_defconfig
index 2df6761455..d6c95d000c 100644
--- a/configs/Linksprite_pcDuino3_Nano_defconfig
+++ b/configs/Linksprite_pcDuino3_Nano_defconfig
@@ -15,9 +15,11 @@ CONFIG_SPL_I2C_SUPPORT=y
 # CONFIG_SPL_DOS_PARTITION is not set
 # CONFIG_SPL_EFI_PARTITION is not set
 CONFIG_SCSI_AHCI=y
+CONFIG_DM_MMC=y
 CONFIG_ETH_DESIGNWARE=y
 CONFIG_RGMII=y
 CONFIG_SUN7I_GMAC=y
 CONFIG_SCSI=y
+CONFIG_DM_SCSI=y
 CONFIG_USB_EHCI_HCD=y
 CONFIG_SYS_USB_EVENT_POLL_VIA_INT_QUEUE=y
-- 
2.18.0

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-06-28 19:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-27 23:20 [U-Boot] [PATCH 1/2] dm: sunxi: Move Linksprite_pcDuino3_Nano to use DM for MMC, SATA Adam Sampson
2018-06-27 23:20 ` [U-Boot] [PATCH 2/2] dm: sunxi: Move Cubietruck " Adam Sampson
2018-06-28 19:53   ` Maxime Ripard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox