From: Andreas Reichel <[email protected]>

Add a flag that marks an environment as a fail-safe environment.

Signed-off-by: Andreas Reichel <[email protected]>
---
 include/envdata.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/envdata.h b/include/envdata.h
index d1e5980..d2fa6bf 100644
--- a/include/envdata.h
+++ b/include/envdata.h
@@ -21,6 +21,7 @@
 #define CONFIG_PARTITION_MAXCOUNT 64
 
 #define ENV_STATUS_IN_PROGRESS 1
+#define ENV_STATUS_FAILSAFE 128
 
 #define USTATE_OK 0
 #define USTATE_INSTALLED 1
-- 
2.17.0

-- 
You received this message because you are subscribed to the Google Groups "EFI 
Boot Guard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/efibootguard-dev/20180525120108.31055-7-andreas.reichel.ext%40siemens.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to