Remove setup variable EfiNetworkSupport since it's not used by BdsEntry anymore.
Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: xianhu2x <[email protected]> --- .../Common/PlatformSettings/PlatformSetupDxe/Boot.vfi | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/Boot.vfi b/Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/Boot.vfi index 65f772c6c5..6b6f262efd 100644 --- a/Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/Boot.vfi +++ b/Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/Boot.vfi @@ -74,13 +74,6 @@ form formid = BOOT_CONFIGURATION_FORM_ID, key = 0; endif; - oneof varid = Setup.EfiNetworkSupport, - prompt = STRING_TOKEN(STR_EFI_NETWORK_CONTROL), - help = STRING_TOKEN(STR_EFI_NETWORK_CONTROL_HELP), - option text = STRING_TOKEN(STR_DISABLE), value = 0, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED; - option text = STRING_TOKEN(STR_ENABLE), value = 1, flags = 0 | RESET_REQUIRED; - endoneof; - endform; -- 2.14.1.windows.1 _______________________________________________ edk2-devel mailing list [email protected] https://lists.01.org/mailman/listinfo/edk2-devel

