Fix mptable MPCONFIG_SIGNATURE incorrect signature.
[seabios.git] / src / mptable.h
index 68f5e651a96ee8011a293c42ce9d3a4c387b1fc2..d8fecb31cda8165088c78f8004b2ee61099126da 100644 (file)
@@ -16,7 +16,7 @@ struct mptable_floating_s {
     u8 reserved[3];
 };
 
-#define MPCONFIG_SIGNATURE 0x50434d50  // "PCMP"
+#define MPCONFIG_SIGNATURE 0x504d4350  // "PCMP"
 
 struct mptable_config_s {
     u32 signature;