From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Wed, 26 Sep 2018 16:45:17 +0000 Subject: [U-Boot] [PATCH v9 8/8] Enable CONFIG_BLK and CONFIG_DM_MMC to Kconfig References: <20180925064713.28669-1-yinbo.zhu@nxp.com> <20180925064713.28669-8-yinbo.zhu@nxp.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 09/26/2018 03:57 AM, Yinbo Zhu wrote: > > Secure boot has compile error because of that "CONFIG_SPL_DM" is enabled, from the present situation that > which SPL device model seems can't be supported, so I intend to support sd dm in secure boot in the future > when SPL device model is supported. > OK. Thanks. York