
On 07/17/2018 03:50 AM, Yinbo Zhu wrote:
-----Original Message----- From: York Sun Sent: 2018年7月9日 23:50 To: Yinbo Zhu yinbo.zhu@nxp.com; u-boot@lists.denx.de Cc: Y.b. Lu yangbo.lu@nxp.com; Xiaobo Xie xiaobo.xie@nxp.com 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: CONFIG_BLK CONFIG_DM_MMC
The order of patches seems wrong. Don't you need patch 2 & 3 before enabling these options?
York
HI York,
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 must be successfully compiled. U-Boot must be functional, too. Otherwise, you will face problem when you try to bisect an issue.
York