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:
xli24 2008-11-12 09:33:02 +00:00
parent 21176834e0
commit 75c123cc9a
1 changed files with 1 additions and 1 deletions

View File

@ -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