From e4c7cefe3d088df0fa05bf78659fa8094569dd3a Mon Sep 17 00:00:00 2001 From: Ruiyu Ni Date: Fri, 4 Mar 2016 18:12:38 +0800 Subject: MdeModulePkg/Bds: More user-friendly network boot option description The patch enhances the UefiBootManagerLib to use more user-friendly network boot option description. It builds description like below: "PXEv6 (MAC:112233445566 VLAN1)" "HTTPv4 (MAC:112233445566)" Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ruiyu Ni Reviewed-by: Siyuan Fu --- MdeModulePkg/Library/UefiBootManagerLib/InternalBm.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'MdeModulePkg/Library/UefiBootManagerLib/InternalBm.h') diff --git a/MdeModulePkg/Library/UefiBootManagerLib/InternalBm.h b/MdeModulePkg/Library/UefiBootManagerLib/InternalBm.h index c1514c3ee4..b261d769d2 100644 --- a/MdeModulePkg/Library/UefiBootManagerLib/InternalBm.h +++ b/MdeModulePkg/Library/UefiBootManagerLib/InternalBm.h @@ -92,8 +92,6 @@ typedef enum { BmMessageSataBoot, BmMessageUsbBoot, BmMessageScsiBoot, - BmMessageNetworkBoot, - BmMessageHttpBoot, BmMiscBoot } BM_BOOT_TYPE; -- cgit v1.2.3