Commits
Ye Li committed 17611959e59
MLK-21053 imx8: Enable SPL authentication only when set CONFIG_AHAB_BOOT Currently when SPL load 3rd container, it will do the authentication unconditionally. But when running SPL on Xen, the seco authentication is not supported, and cause failure in loading. Change the parser codes to depend on CONFIG_AHAB_BOOT to do the authentication. Signed-off-by: Ye Li <ye.li@nxp.com> Acked-by: Peng Fan <peng.fan@nxp.com> (cherry picked from commit e38169a27fbe052561c5b369500e80477760ec3e)