mirror of https://github.com/acidanthera/audk.git
Use correct signature to fix the bug that Tiger platform cannot boot to OS.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6474 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
21176834e0
commit
75c123cc9a
|
@ -411,7 +411,7 @@ typedef struct {
|
||||||
/// BUGBUG: Don't know where this came from except SR870BN4 uses it.
|
/// BUGBUG: Don't know where this came from except SR870BN4 uses it.
|
||||||
/// #define EFI_ACPI_2_0_MULTIPLE_SAPIC_DESCRIPTION_TABLE_SIGNATURE 0x43495053
|
/// #define EFI_ACPI_2_0_MULTIPLE_SAPIC_DESCRIPTION_TABLE_SIGNATURE 0x43495053
|
||||||
///
|
///
|
||||||
#define EFI_ACPI_2_0_MULTIPLE_SAPIC_DESCRIPTION_TABLE_SIGNATURE SIGNATURE_32('S', 'P', 'I', 'C')
|
#define EFI_ACPI_2_0_MULTIPLE_SAPIC_DESCRIPTION_TABLE_SIGNATURE SIGNATURE_32('A', 'P', 'I', 'C')
|
||||||
|
|
||||||
///
|
///
|
||||||
/// "BOOT" MS Simple Boot Spec
|
/// "BOOT" MS Simple Boot Spec
|
||||||
|
|
Loading…
Reference in New Issue