From b46e4a6ad5b1e75ceb816ac58a8351f1130a4242 Mon Sep 17 00:00:00 2001 From: Pali Rohár Date: Sun, 2 May 2021 17:19:52 +0200 Subject: image: Define 1st, cert-sw and ape-algo Harmattan images This change allows 0xFFFF to unpack Harmattan fiasco images. --- src/image.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/image.h') diff --git a/src/image.h b/src/image.h index 2535a14..824c8ad 100644 --- a/src/image.h +++ b/src/image.h @@ -37,6 +37,9 @@ enum image_type { IMAGE_CMT_2ND, IMAGE_CMT_ALGO, IMAGE_CMT_MCUSW, + IMAGE_1ST, + IMAGE_CERT_SW, + IMAGE_APE_ALGO, IMAGE_COUNT, }; -- cgit v1.2.3