public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [Patch][edk2-platforms/devel-MinnowBoard3-UDK2017] Network Setup Fix
@ 2018-08-03  7:23 xianhu2x
  0 siblings, 0 replies; only message in thread
From: xianhu2x @ 2018-08-03  7:23 UTC (permalink / raw)
  To: edk2-devel

Remove setup variable EfiNetworkSupport since it's not used by BdsEntry anymore.

Contributed-under: TianoCore Contribution Agreement 1.1

Signed-off-by: xianhu2x <xianhuix.liu@intel.com>
---
 .../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



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2018-08-03  7:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-03  7:23 [Patch][edk2-platforms/devel-MinnowBoard3-UDK2017] Network Setup Fix xianhu2x

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox