From mboxrd@z Thu Jan 1 00:00:00 1970 From: Heiner Kallweit Date: Thu, 13 Apr 2017 00:53:15 +0200 Subject: [U-Boot] [U-Boot, v6, 3/3] odroid-c2: enable new Meson GX MMC driver in board defconfig In-Reply-To: <87fuhdmg5z.fsf@aikidev.net> References: <000ce33d-cbc9-cfd8-d292-86a15ae62819@gmail.com> <87fuhdmg5z.fsf@aikidev.net> Message-ID: <7e4cf973-7ff1-c8c7-1f0d-85e5b7cb2833@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Am 13.04.2017 um 00:09 schrieb Vagrant Cascadian: > On 2017-02-20, Heiner Kallweit wrote: >> Enable new Meson GX MMC driver in Odroid C2 defconfig. > > This required some minor fixes to actually apply against v2017.05-rc1: > Just today I submitted a rebased v7 which works on top of v2017.05-rc1. Rgds, Heiner > diff --git a/configs/odroid-c2_defconfig b/configs/odroid-c2_defconfig > index 2cf5011f46..f2a62ea609 100644 > --- a/configs/odroid-c2_defconfig > +++ b/configs/odroid-c2_defconfig > @@ -6,15 +6,18 @@ CONFIG_IDENT_STRING=" odroid-c2" > CONFIG_DEFAULT_DEVICE_TREE="meson-gxbb-odroidc2" > # CONFIG_DISPLAY_CPUINFO is not set > # CONFIG_DISPLAY_BOARDINFO is not set > +CONFIG_DM_MMC=y > # CONFIG_CMD_BDI is not set > # CONFIG_CMD_IMI is not set > # CONFIG_CMD_IMLS is not set > # CONFIG_CMD_LOADS is not set > # CONFIG_CMD_FPGA is not set > +CONFIG_CMD_MMC=y > # CONFIG_CMD_SETEXPR is not set > CONFIG_OF_CONTROL=y > CONFIG_NET_RANDOM_ETHADDR=y > -# CONFIG_MMC is not set > +CONFIG_MMC=y > +CONFIG_MMC_MESON_GX=y > CONFIG_DM_ETH=y > CONFIG_ETH_DESIGNWARE=y > CONFIG_PINCTRL=y > > > live well, > vagrant > > >> Signed-off-by: Heiner Kallweit >> --- >> v6: >> - no changes >> --- >> configs/odroid-c2_defconfig | 5 ++++- >> 1 file changed, 4 insertions(+), 1 deletion(-) >> >> diff --git a/configs/odroid-c2_defconfig b/configs/odroid-c2_defconfig >> index 62b7627..6de712a 100644 >> --- a/configs/odroid-c2_defconfig >> +++ b/configs/odroid-c2_defconfig >> @@ -3,7 +3,9 @@ CONFIG_ARCH_MESON=y >> CONFIG_MESON_GXBB=y >> CONFIG_TARGET_ODROID_C2=y >> CONFIG_IDENT_STRING=" odroid-c2" >> -# CONFIG_MMC is not set >> +CONFIG_MMC=y >> +CONFIG_DM_MMC=y >> +CONFIG_MMC_MESON_GX=y >> CONFIG_DEFAULT_DEVICE_TREE="meson-gxbb-odroidc2" >> # CONFIG_DISPLAY_CPUINFO is not set >> # CONFIG_DISPLAY_BOARDINFO is not set >> @@ -14,6 +16,7 @@ CONFIG_HUSH_PARSER=y >> # CONFIG_CMD_LOADS is not set >> # CONFIG_CMD_FPGA is not set >> # CONFIG_CMD_SETEXPR is not set >> +CONFIG_CMD_MMC=y >> CONFIG_DOS_PARTITION=y >> CONFIG_ISO_PARTITION=y >> CONFIG_EFI_PARTITION=y