All of lore.kernel.org
 help / color / mirror / Atom feed
From: Simon Glass <sjg@chromium.org>
To: u-boot@lists.denx.de
Subject: [U-Boot] [U-Boot, v7, 3/4] Enable new Meson GX MMC driver in Odroid C2 defconfig.
Date: Sun, 16 Apr 2017 13:33:48 -0600	[thread overview]
Message-ID: <CAPnjgZ1+ZKidc-0DzQGVpGba_8wGzagfu5Hofow5HgsXD7Mbwg@mail.gmail.com> (raw)
In-Reply-To: <1492165623-9654-4-git-send-email-xypron.glpk@gmx.de>

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
>

  reply	other threads:[~2017-04-16 19:33 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <CGME20170414102740epcas4p45a3e2db284f72d5614b619f28576be97@epcas4p4.samsung.com>
2017-04-14 10:26 ` [U-Boot] [PATCH v7 0/4] mmc: meson: add MMC driver for Meson GX (S905) Heinrich Schuchardt
2017-04-14 10:27   ` [U-Boot] [PATCH v7 1/4] arm: dts: update Meson GXBB / Odroid-C2 DT with latest Linux version Heinrich Schuchardt
2017-04-16 19:33     ` Simon Glass
2017-04-16 21:47       ` Andreas Färber
2017-04-17 22:42         ` Jaehoon Chung
2017-04-14 10:27   ` [U-Boot] [PATCH v7 2/4] mmc: meson: add MMC driver for Meson GX (S905) Heinrich Schuchardt
2017-04-14 10:27   ` [U-Boot] [U-Boot, v7, 3/4] Enable new Meson GX MMC driver in Odroid C2 defconfig Heinrich Schuchardt
2017-04-16 19:33     ` Simon Glass [this message]
2017-04-14 10:27   ` [U-Boot] [PATCH v7,4/4] odroid-c2: enable MMC as boot target Heinrich Schuchardt
2017-04-14 10:49   ` [U-Boot] [PATCH v7 0/4] mmc: meson: add MMC driver for Meson GX (S905) Jaehoon Chung
2017-04-14 11:08     ` Heinrich Schuchardt
2017-04-14 10:50   ` Heiner Kallweit
2017-04-14 11:12     ` Jaehoon Chung

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAPnjgZ1+ZKidc-0DzQGVpGba_8wGzagfu5Hofow5HgsXD7Mbwg@mail.gmail.com \
    --to=sjg@chromium.org \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.