diff options
author | Marek Vasut <marex@denx.de> | 2023-05-28 23:00:30 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-06-24 13:47:02 -0400 |
commit | 6039e0edc8540bd2abee780549b260bdaf089168 (patch) | |
tree | 4e179f7c6962564dd11fba3d6bb551603b368457 /include/spl.h | |
parent | 6a412faea3dd0cb07c5fb19b9c01ab0bc73e3950 (diff) |
imx: hab: Simplify the mechanism
The current mechanism is unnecessarily complex. Simplify the whole mechanism
such that the entire fitImage is signed, IVT is placed at the end, followed
by CSF, and this entire bundle is also authenticated. This makes the signing
scripting far simpler.
Signed-off-by: Marek Vasut <marex@denx.de>
Diffstat (limited to 'include/spl.h')
-rw-r--r-- | include/spl.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/spl.h b/include/spl.h index 7e0f5ac63b..98f57328a5 100644 --- a/include/spl.h +++ b/include/spl.h @@ -872,12 +872,6 @@ int board_return_to_bootrom(struct spl_image_info *spl_image, struct spl_boot_device *bootdev); /** - * board_spl_fit_post_load - allow process images after loading finished - * @fit: Pointer to a valid Flattened Image Tree blob - */ -void board_spl_fit_post_load(const void *fit); - -/** * board_spl_fit_size_align - specific size align before processing payload * */ |