From 792167234e582aca5de81274a7ae3bfb6336a782 Mon Sep 17 00:00:00 2001 From: "Guo, Mang" Date: Tue, 7 Mar 2017 20:40:08 +0800 Subject: Fix Graphic issue Fix Graphic driver not connect issue when boot to OS if fastboot enable. Set network default disable. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Guo Mang Reviewed-by: david.wei@intel.com --- .../Common/PlatformSettings/PlatformSetupDxe/Boot.vfi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Platform/BroxtonPlatformPkg/Common/PlatformSettings') diff --git a/Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/Boot.vfi b/Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/Boot.vfi index ad57c250e9..9d842698f1 100644 --- a/Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/Boot.vfi +++ b/Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/Boot.vfi @@ -77,8 +77,8 @@ form formid = BOOT_CONFIGURATION_FORM_ID, oneof varid = Setup.EfiNetworkSupport, prompt = STRING_TOKEN(STR_EFI_NETWORK_CONTROL), help = STRING_TOKEN(STR_EFI_NETWORK_CONTROL_HELP), - option text = STRING_TOKEN(STR_DISABLED), value = 0, flags = RESET_REQUIRED; - option text = STRING_TOKEN(STR_ENABLED), value = 1, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED; + option text = STRING_TOKEN(STR_DISABLED), value = 0, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED; + option text = STRING_TOKEN(STR_ENABLED), value = 1, flags = 0 | RESET_REQUIRED; endoneof; oneof varid = Setup.RTEn, -- cgit v1.2.3