[U-Boot] [PATCH 07/12] scripts: spl: Disable DM MMC when SPL DM not enabled

Peng Fan peng.fan at nxp.com
Mon Aug 14 00:40:50 UTC 2017



> -----Original Message-----
> From: sjg at google.com [mailto:sjg at google.com] On Behalf Of Simon Glass
> Sent: Monday, August 14, 2017 5:37 AM
> To: Peng Fan <peng.fan at nxp.com>
> Cc: Stefano Babic <sbabic at denx.de>; Peng Fan <van.freenix at gmail.com>; U-
> Boot Mailing List <u-boot at lists.denx.de>
> Subject: Re: [PATCH 07/12] scripts: spl: Disable DM MMC when SPL DM not
> enabled
> 
> Hi Peng,
> 
> On 9 August 2017 at 03:16, Peng Fan <peng.fan at nxp.com> wrote:
> > Disable DM MMC when SPL DM not enabled.
> >
> > Signed-off-by: Peng Fan <peng.fan at nxp.com>
> > Cc: Stefano Babic <sbabic at denx.de>
> > Cc: Simon Glass <sjg at chromium.org>
> > ---
> >  scripts/Makefile.uncmd_spl | 1 +
> >  1 file changed, 1 insertion(+)
> >
> > diff --git a/scripts/Makefile.uncmd_spl b/scripts/Makefile.uncmd_spl
> > index b399411..983686f 100644
> > --- a/scripts/Makefile.uncmd_spl
> > +++ b/scripts/Makefile.uncmd_spl
> > @@ -12,6 +12,7 @@ CONFIG_DM_GPIO=
> >  CONFIG_DM_I2C=
> >  CONFIG_DM_SPI=
> >  CONFIG_DM_SPI_FLASH=
> > +CONFIG_DM_MMC=
> 
> We already have CONFIG_SPL_DM_MMC - can we use that instead?

Yeah. This patch could be removed.

Thanks,
Peng.

> 
> >  endif
> >
> >  endif
> > --
> > 2.6.2
> >
> 
> Regards,
> Simon


More information about the U-Boot mailing list