]> git.ipfire.org Git - u-boot.git/commitdiff
dm: mmc: spl: Use the legacy block interface in SPL
authorSimon Glass <sjg@chromium.org>
Sun, 1 May 2016 19:52:28 +0000 (13:52 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 17 May 2016 15:54:43 +0000 (09:54 -0600)
Bring this in for SPL so that we can use generic code for loading from
block devices.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/Makefile

index 696b3ac51b32de8bb82643985a1399e6e87c7f30..99dd07fc7698f4f463840f0050ed3c138d4dbd42 100644 (file)
@@ -37,6 +37,7 @@ obj-$(CONFIG_SPL_USB_HOST_SUPPORT) += usb/host/
 obj-$(CONFIG_OMAP_USB_PHY) += usb/phy/
 obj-$(CONFIG_SPL_SATA_SUPPORT) += block/
 obj-$(CONFIG_SPL_USB_HOST_SUPPORT) += block/
+obj-$(CONFIG_SPL_MMC_SUPPORT) += block/
 
 else