From 6922e0f005eeb655e7830e2718960c63c1ddf6fd Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Tue, 10 May 2016 16:02:09 +0200 Subject: bootm: Add verify mode "available" The verify "available" mode checks whatever is available in the booted image, so when an image has a signature, it is checked and must be correct and when an image is hashed, it is also checked for correctness. Signed-off-by: Sascha Hauer --- include/boot.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/boot.h') diff --git a/include/boot.h b/include/boot.h index 2683d72530..8e7a9f11d4 100644 --- a/include/boot.h +++ b/include/boot.h @@ -11,6 +11,7 @@ enum bootm_verify { BOOTM_VERIFY_NONE, BOOTM_VERIFY_HASH, BOOTM_VERIFY_SIGNATURE, + BOOTM_VERIFY_AVAILABLE, }; struct bootm_data { -- cgit v1.2.3