Re: [U-Boot] [PATCH v2 1/8] Enable CONFIG_BLK and CONFIG_DM_MMC to Kconfig

2018-07-31 Thread York Sun
On 07/26/2018 12:09 AM, Yinbo Zhu wrote: >> >> Thanks your feedback! And the patch 1 is applied then that it reported some >> compiled error, so add patch > >> 2 to fix compile error, and I will only put the patch 3 in front of patch 1, >> Do you think that's okay? > >> Every single patch mus

Re: [U-Boot] [PATCH v2 1/8] Enable CONFIG_BLK and CONFIG_DM_MMC to Kconfig

2018-07-26 Thread Yinbo Zhu
-Original Message- From: York Sun Sent: 2018年7月17日 22:52 To: Yinbo Zhu ; u-boot@lists.denx.de Cc: Y.b. Lu ; Xiaobo Xie Subject: Re: [PATCH v2 1/8] Enable CONFIG_BLK and CONFIG_DM_MMC to Kconfig On 07/17/2018 03:50 AM, Yinbo Zhu wrote: > > > -Original Message- > From: York Sun

Re: [U-Boot] [PATCH v2 1/8] Enable CONFIG_BLK and CONFIG_DM_MMC to Kconfig

2018-07-17 Thread York Sun
On 07/17/2018 03:50 AM, Yinbo Zhu wrote: > > > -Original Message- > From: York Sun > Sent: 2018年7月9日 23:50 > To: Yinbo Zhu ; u-boot@lists.denx.de > Cc: Y.b. Lu ; Xiaobo Xie > Subject: Re: [PATCH v2 1/8] Enable CONFIG_BLK and CONFIG_DM_MMC to Kconfig > > On 07/08/2018 09:46 PM, Yinbo Zh

Re: [U-Boot] [PATCH v2 1/8] Enable CONFIG_BLK and CONFIG_DM_MMC to Kconfig

2018-07-17 Thread Yinbo Zhu
-Original Message- From: York Sun Sent: 2018年7月9日 23:50 To: Yinbo Zhu ; u-boot@lists.denx.de Cc: Y.b. Lu ; Xiaobo Xie Subject: Re: [PATCH v2 1/8] Enable CONFIG_BLK and CONFIG_DM_MMC to Kconfig On 07/08/2018 09:46 PM, Yinbo Zhu wrote: > This enables the folowing to Kconfig: > CONF

Re: [U-Boot] [PATCH v2 1/8] Enable CONFIG_BLK and CONFIG_DM_MMC to Kconfig

2018-07-09 Thread York Sun
On 07/08/2018 09:46 PM, Yinbo Zhu wrote: > This enables the folowing to Kconfig: > CONFIG_BLK > CONFIG_DM_MMC The order of patches seems wrong. Don't you need patch 2 & 3 before enabling these options? York ___ U-Boot mailing list U-Boot@lis

[U-Boot] [PATCH v2 1/8] Enable CONFIG_BLK and CONFIG_DM_MMC to Kconfig

2018-07-08 Thread Yinbo Zhu
This enables the folowing to Kconfig: CONFIG_BLK CONFIG_DM_MMC Signed-off-by: Yinbo Zhu --- Change in v2: Enable ls1021a CONFIG_BLK and CONFIG_DM_MMC to Kconfig configs/ls1021atwr_nor_SECURE_BOOT_defconfig |2 ++ configs/ls1021atwr_nor_defconfig