Merge PVCS #7739.
Drop Ebc arch support for PxeBc module. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2055 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -43,13 +43,6 @@ typedef union {
|
||||
UINT8 *BytePtr;
|
||||
} UNION_PTR;
|
||||
|
||||
//
|
||||
// 1 for Itanium-based, 0 for IA32
|
||||
//
|
||||
#define IA64SZ ((sizeof (UINTN) / sizeof (UINT32)) - 1)
|
||||
|
||||
#define SYS_ARCH (SYS_ARCH_EFI32 - (SYS_ARCH_EFI32 - IA64) * IA64SZ)
|
||||
|
||||
#pragma pack(1)
|
||||
//
|
||||
// option structure for DHCPREQUEST at end of DISCOVER options
|
||||
|
Reference in New Issue
Block a user