diff mbox

[U-Boot,U-Boot,v7,3/4] Enable new Meson GX MMC driver in Odroid C2 defconfig.

Message ID 1492165623-9654-4-git-send-email-xypron.glpk@gmx.de
State Not Applicable
Headers show

Commit Message

Heinrich Schuchardt April 14, 2017, 10:27 a.m. UTC
This patch is based on
[U-Boot,v6,3/3] odroid-c2: enable new Meson GX MMC driver in board defconfig
by Heiner Kallweit <hkallweit1@gmail.com>

CC: Heiner Kallweit <hkallweit1@gmail.com>
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
---
v7:
- made applicable to current U-boot master
v6:
- no changes
---
 configs/odroid-c2_defconfig | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Comments

Simon Glass April 16, 2017, 7:33 p.m. UTC | #1
On 14 April 2017 at 04:27, Heinrich Schuchardt <xypron.glpk@gmx.de> wrote:
> This patch is based on
> [U-Boot,v6,3/3] odroid-c2: enable new Meson GX MMC driver in board defconfig
> by Heiner Kallweit <hkallweit1@gmail.com>
>
> CC: Heiner Kallweit <hkallweit1@gmail.com>
> Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
> ---
> v7:
> - made applicable to current U-boot master
> v6:
> - no changes
> ---
>  configs/odroid-c2_defconfig | 5 ++++-
>  1 file changed, 4 insertions(+), 1 deletion(-)

Reviewed-by: Simon Glass <sjg@chromium.org>

>
> diff --git a/configs/odroid-c2_defconfig b/configs/odroid-c2_defconfig
> index 2cf5011..00da76e 100644
> --- a/configs/odroid-c2_defconfig
> +++ b/configs/odroid-c2_defconfig
> @@ -14,7 +14,10 @@ CONFIG_DEFAULT_DEVICE_TREE="meson-gxbb-odroidc2"
>  # CONFIG_CMD_SETEXPR is not set
>  CONFIG_OF_CONTROL=y
>  CONFIG_NET_RANDOM_ETHADDR=y
> -# CONFIG_MMC is not set
> +CONFIG_MMC=y
> +CONFIG_DM_MMC=y

This should be the default anyway now.

> +CONFIG_MMC_MESON_GX=y
> +CONFIG_CMD_MMC=y
>  CONFIG_DM_ETH=y
>  CONFIG_ETH_DESIGNWARE=y
>  CONFIG_PINCTRL=y
> --
> 2.1.4
>
diff mbox

Patch

diff --git a/configs/odroid-c2_defconfig b/configs/odroid-c2_defconfig
index 2cf5011..00da76e 100644
--- a/configs/odroid-c2_defconfig
+++ b/configs/odroid-c2_defconfig
@@ -14,7 +14,10 @@  CONFIG_DEFAULT_DEVICE_TREE="meson-gxbb-odroidc2"
 # CONFIG_CMD_SETEXPR is not set
 CONFIG_OF_CONTROL=y
 CONFIG_NET_RANDOM_ETHADDR=y
-# CONFIG_MMC is not set
+CONFIG_MMC=y
+CONFIG_DM_MMC=y
+CONFIG_MMC_MESON_GX=y
+CONFIG_CMD_MMC=y
 CONFIG_DM_ETH=y
 CONFIG_ETH_DESIGNWARE=y
 CONFIG_PINCTRL=y