From 6039e0edc8540bd2abee780549b260bdaf089168 Mon Sep 17 00:00:00 2001 From: Marek Vasut Date: Sun, 28 May 2023 23:00:30 +0200 Subject: 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 --- include/spl.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'include') diff --git a/include/spl.h b/include/spl.h index 7e0f5ac63b0..98f57328a53 100644 --- a/include/spl.h +++ b/include/spl.h @@ -871,12 +871,6 @@ void spl_invoke_opensbi(struct spl_image_info *spl_image); 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 * -- cgit v1.2.3