
Hi Fabio,
-----Original Message----- From: Fabio Estevam festevam@gmail.com Sent: 2021年7月23日 1:10 To: Michael Walle michael@walle.cc Cc: Tom Rini trini@konsulko.com; Z.Q. Hou zhiqiang.hou@nxp.com; Heinrich Schuchardt xypron.glpk@gmx.de; U-Boot-Denx u-boot@lists.denx.de; Priyanka Jain priyanka.jain@nxp.com Subject: Re: [PATCH] configs: layerscape: Disable the EFI_LOADER feature
On Thu, Jul 22, 2021 at 2:00 PM Michael Walle michael@walle.cc wrote:
I don't know whats going on with the NXP boards, but the sl28 is a layerscape board it is working pretty well with EFI boot.
So why don't you fix the root cause instead of disabling this feature?
Agreed.
Besides that, the way to disable this option is not correct.
It should be:
# CONFIG_EFI_LOADER is not set
instead of
CONFIG_EFI_LOADER=n
Thanks for the correction!
Regards, Zhiqiang