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

2017-08-13 Thread Peng Fan
> -Original Message- > From: s...@google.com [mailto:s...@google.com] On Behalf Of Simon Glass > Sent: Monday, August 14, 2017 5:37 AM > To: Peng Fan > Cc: Stefano Babic ; Peng Fan ; U- > Boot Mailing List > Subject: Re: [PATCH 07/12] scripts: spl: Disable DM MMC when SPL DM not > enabl

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

2017-08-13 Thread Simon Glass
Hi Peng, On 9 August 2017 at 03:16, Peng Fan wrote: > Disable DM MMC when SPL DM not enabled. > > Signed-off-by: Peng Fan > Cc: Stefano Babic > Cc: Simon Glass > --- > scripts/Makefile.uncmd_spl | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/scripts/Makefile.uncmd_spl b/scripts/Make

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

2017-08-09 Thread Peng Fan
> -Original Message- > From: Peng Fan > Sent: Wednesday, August 09, 2017 5:16 PM > To: sba...@denx.de > Cc: van.free...@gmail.com; u-boot@lists.denx.de; Peng Fan > ; Simon Glass > Subject: [PATCH 07/12] scripts: spl: Disable DM MMC when SPL DM not > enabled > > Disable DM MMC when SPL D

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

2017-08-09 Thread Peng Fan
Disable DM MMC when SPL DM not enabled. Signed-off-by: Peng Fan Cc: Stefano Babic Cc: Simon Glass --- 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.uncm