commit | d7d649c1aa3a7aade48cd963a76a5bc95e6516ad | [log] [tgz] |
---|---|---|
author | Ricardo Salveti <ricardo@foundries.io> | Mon Sep 02 18:18:52 2019 -0300 |
committer | Stefano Babic <sbabic@denx.de> | Tue Oct 08 16:35:16 2019 +0200 |
tree | 39eefebef76dc6f7a5dcfcceed3001626e051bea | |
parent | df14383ffedfb0ee5a5cabf9de9d52d10f1a00e0 [diff] |
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>