[U-Boot] [PATCH 07/12] scripts: spl: Disable DM MMC when SPL DM not enabled
Peng Fan
peng.fan at nxp.com
Wed Aug 9 09:45:33 UTC 2017
> -----Original Message-----
> From: Peng Fan
> Sent: Wednesday, August 09, 2017 5:16 PM
> To: sbabic at denx.de
> Cc: van.freenix at gmail.com; u-boot at lists.denx.de; Peng Fan
> <peng.fan at nxp.com>; Simon Glass <sjg at chromium.org>
> Subject: [PATCH 07/12] scripts: spl: Disable DM MMC when SPL DM not
> enabled
>
> Disable DM MMC when SPL DM not enabled.
Missed to note that this patch depends on https://patchwork.ozlabs.org/patch/798992/
Thanks,
Peng.
>
> 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=
> endif
>
> endif
> --
> 2.6.2
More information about the U-Boot
mailing list