
-----Original Message----- From: York Sun Sent: 2018年9月26日 0:59 To: Yinbo Zhu yinbo.zhu@nxp.com; Y.b. Lu yangbo.lu@nxp.com Cc: u-boot@lists.denx.de; Xiaobo Xie xiaobo.xie@nxp.com; Andy Tang andy.tang@nxp.com; Peng Ma peng.ma@nxp.com Subject: Re: [PATCH v9 8/8] Enable CONFIG_BLK and CONFIG_DM_MMC to Kconfig
On 09/24/2018 11:51 PM, Yinbo Zhu wrote:
This enables the folowing to Kconfig: CONFIG_BLK CONFIG_DM_MMC
Signed-off-by: Yinbo Zhu yinbo.zhu@nxp.com
Change in v9: fix ls1021atwr_sdcard_ifc_SECURE_BOOT_defconfig compiling errors
You didn't "fix" it. You simply dropped the change to ls1021atwr_sdcard_ifc_SECURE_BOOT_defconfig. Do you
know why ls1021atwr_nor_SECURE_BOOT_defconfig and ls1021atwr_sdcard_ifc_defconfig work, but not
ls1021atwr_sdcard_ifc_SECURE_BOOT_defconfig?
York
Hi York,
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.
Best Regards, Yinbo Zhu