]> git.baikalelectronics.ru Git - uboot.git/commit
spl: imx: only use HAB if spl fit signature is not enabled
authorRicardo Salveti <ricardo@foundries.io>
Mon, 2 Sep 2019 21:18:52 +0000 (18:18 -0300)
committerStefano Babic <sbabic@denx.de>
Tue, 8 Oct 2019 14:35:16 +0000 (16:35 +0200)
commit57a9cb4bedbccc67498e9bad2185aa79fa3bfd6e
tree39eefebef76dc6f7a5dcfcceed3001626e051bea
parent5adf6386ff4a97bbcb99c194ccc912a268d5fdc3
spl: imx: only use HAB if spl fit signature is not enabled

There is no need to use HAB for FIT signature validation when
SPL_FIT_SIGNATURE is also enabled, as that will be validated via the
normal U-Boot signed FIT image flow.

This allows having SPL validated by HAB and the payloads to follow
being validated with FIT signatures only.

Signed-off-by: Ricardo Salveti <ricardo@foundries.io>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
arch/arm/mach-imx/spl.c