OvmfPkg: Remove Initrd LINUX_EFI_INITRD_MEDIA_GUID
Moving LINUX_EFI_INITRD_MEDIA_GUID to MdePkg, remove it from OvmfPkg. Signed-off-by: Jeff Brasen <jbrasen@nvidia.com> Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com> Acked-by: Ard Biesheuvel <ardb@kernel.org>
This commit is contained in:
committed by
mergify[bot]
parent
0856cdc89e
commit
97fdcbda4e
@@ -1,17 +0,0 @@
|
||||
/** @file
|
||||
GUID definition for the Linux Initrd media device path
|
||||
|
||||
Copyright (c) 2020, Arm, Ltd. All rights reserved.<BR>
|
||||
|
||||
SPDX-License-Identifier: BSD-2-Clause-Patent
|
||||
**/
|
||||
|
||||
#ifndef LINUX_EFI_INITRD_MEDIA_GUID_H__
|
||||
#define LINUX_EFI_INITRD_MEDIA_GUID_H__
|
||||
|
||||
#define LINUX_EFI_INITRD_MEDIA_GUID \
|
||||
{0x5568e427, 0x68fc, 0x4f3d, {0xac, 0x74, 0xca, 0x55, 0x52, 0x31, 0xcc, 0x68}}
|
||||
|
||||
extern EFI_GUID gLinuxEfiInitrdMediaGuid;
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user