summaryrefslogtreecommitdiff
path: root/Board/EM/Setup/Boot.vfr
diff options
context:
space:
mode:
Diffstat (limited to 'Board/EM/Setup/Boot.vfr')
-rw-r--r--Board/EM/Setup/Boot.vfr5
1 files changed, 5 insertions, 0 deletions
diff --git a/Board/EM/Setup/Boot.vfr b/Board/EM/Setup/Boot.vfr
index e2afabd..bb80a8b 100644
--- a/Board/EM/Setup/Boot.vfr
+++ b/Board/EM/Setup/Boot.vfr
@@ -186,6 +186,8 @@ formset guid = BOOT_FORM_SET_GUID,
#include <SetupDefinitions.h>
#undef FORM_SET_ITEM
+
+#if !FIXED_BOOT_ORDER_SUPPORT //(EIP9585)
SEPARATOR
SUBTITLE(STRING_TOKEN(STR_BOOT_ORDER_SUBTITLE))
suppressif ideqvallist BOOT_MANAGER.BootCount == 0xFFFF;
@@ -211,10 +213,12 @@ formset guid = BOOT_FORM_SET_GUID,
help = STRING_TOKEN(STR_BBS_ORDER_HELP);
endif;
#endif
+#endif //#if !FIXED_BOOT_ORDER_SUPPORT //(EIP9585)
#define FORM_SET_GOTO
#include <SetupDefinitions.h>
#undef FORM_SET_GOTO
endform;
+#if !FIXED_BOOT_ORDER_SUPPORT //(EIP9585)
#if !defined(GROUP_BOOT_OPTIONS_BY_TAG) || GROUP_BOOT_OPTIONS_BY_TAG==1
form
formid = AUTO_ID(BBS_ORDER_FORM),
@@ -237,6 +241,7 @@ formset guid = BOOT_FORM_SET_GUID,
endif;
endform;
#endif
+#endif //#if !FIXED_BOOT_ORDER_SUPPORT //(EIP9585)
#define FORM_SET_FORM
#include <SetupDefinitions.h>
#undef FORM_SET_FORM