diff mbox

[U-Boot,v2,07/24] dm: mmc: spl: Use the legacy block interface in SPL

Message ID 1462132365-11536-8-git-send-email-sjg@chromium.org
State Accepted
Delegated to: Simon Glass
Headers show

Commit Message

Simon Glass May 1, 2016, 7:52 p.m. UTC
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>
---

Changes in v2: None

 drivers/Makefile | 1 +
 1 file changed, 1 insertion(+)

Comments

Simon Glass May 14, 2016, 7:37 p.m. UTC | #1
On 1 May 2016 at 13:52, Simon Glass <sjg@chromium.org> wrote:
> 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>
> ---
>
> Changes in v2: None
>
>  drivers/Makefile | 1 +
>  1 file changed, 1 insertion(+)

Applied to u-boot-dm.
diff mbox

Patch

diff --git a/drivers/Makefile b/drivers/Makefile
index 696b3ac..99dd07f 100644
--- a/drivers/Makefile
+++ b/drivers/Makefile
@@ -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