diff mbox series

[U-Boot,v1,10/10] colibri_pxa270_defconfig: enable dm_mmc

Message ID 20190520004502.8924-11-marcel@ziswiler.com
State Awaiting Upstream
Delegated to: Peng Fan
Headers show
Series arm: pxa: mmc: add driver model support | expand

Commit Message

Marcel Ziswiler May 20, 2019, 12:45 a.m. UTC
Enable CONFIG_DM_MMC.

Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>

---

 configs/colibri_pxa270_defconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Igor Opaniuk May 20, 2019, 1:57 p.m. UTC | #1
On Mon, May 20, 2019 at 3:48 AM Marcel Ziswiler <marcel@ziswiler.com> wrote:
>
> Enable CONFIG_DM_MMC.
>
> Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
>
> ---
>
>  configs/colibri_pxa270_defconfig | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/configs/colibri_pxa270_defconfig b/configs/colibri_pxa270_defconfig
> index c9d7e4e7ce..609855fe7d 100644
> --- a/configs/colibri_pxa270_defconfig
> +++ b/configs/colibri_pxa270_defconfig
> @@ -28,6 +28,7 @@ CONFIG_CMD_FAT=y
>  CONFIG_ENV_IS_IN_FLASH=y
>  CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG=y
>  CONFIG_DM=y
> +CONFIG_DM_MMC=y
>  CONFIG_PXA_MMC_GENERIC=y
>  CONFIG_MTD_NOR_FLASH=y
>  CONFIG_FLASH_CFI_DRIVER=y
> --
> 2.21.0
>
> _______________________________________________
> U-Boot mailing list
> U-Boot@lists.denx.de
> https://lists.denx.de/listinfo/u-boot

Reviewed-by: Igor Opaniuk <igor.opaniuk@toradex.com>
Tom Rini June 30, 2020, 3:22 p.m. UTC | #2
On Mon, May 20, 2019 at 02:45:02AM +0200, Marcel Ziswiler wrote:

> Enable CONFIG_DM_MMC.
> 
> Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
> Reviewed-by: Igor Opaniuk <igor.opaniuk@toradex.com>

Applied to u-boot/next, thanks!
diff mbox series

Patch

diff --git a/configs/colibri_pxa270_defconfig b/configs/colibri_pxa270_defconfig
index c9d7e4e7ce..609855fe7d 100644
--- a/configs/colibri_pxa270_defconfig
+++ b/configs/colibri_pxa270_defconfig
@@ -28,6 +28,7 @@  CONFIG_CMD_FAT=y
 CONFIG_ENV_IS_IN_FLASH=y
 CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG=y
 CONFIG_DM=y
+CONFIG_DM_MMC=y
 CONFIG_PXA_MMC_GENERIC=y
 CONFIG_MTD_NOR_FLASH=y
 CONFIG_FLASH_CFI_DRIVER=y