summaryrefslogtreecommitdiff
path: root/src/soc/intel
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel')
-rw-r--r--src/soc/intel/fsp_baytrail/acpi/irqroute.asl6
-rw-r--r--src/soc/intel/fsp_broadwell_de/acpi/irqroute.asl6
2 files changed, 6 insertions, 6 deletions
diff --git a/src/soc/intel/fsp_baytrail/acpi/irqroute.asl b/src/soc/intel/fsp_baytrail/acpi/irqroute.asl
index 232e5bdf94..4f3a744ff5 100644
--- a/src/soc/intel/fsp_baytrail/acpi/irqroute.asl
+++ b/src/soc/intel/fsp_baytrail/acpi/irqroute.asl
@@ -19,9 +19,9 @@ Method(_PRT)
{
/*
* PICM comes from _PIC, which returns the following:
- * 0 – PIC mode
- * 1 – APIC mode
- * 2 – SAPIC mode
+ * 0 - PIC mode
+ * 1 - APIC mode
+ * 2 - SAPIC mode
*/
If (PICM) {
Return (Package() {
diff --git a/src/soc/intel/fsp_broadwell_de/acpi/irqroute.asl b/src/soc/intel/fsp_broadwell_de/acpi/irqroute.asl
index a4ce5eaddf..8a54d33797 100644
--- a/src/soc/intel/fsp_broadwell_de/acpi/irqroute.asl
+++ b/src/soc/intel/fsp_broadwell_de/acpi/irqroute.asl
@@ -19,9 +19,9 @@ Method(_PRT)
{
/*
* PICM comes from _PIC, which returns the following:
- * 0 – PIC mode
- * 1 – APIC mode
- * 2 – SAPIC mode
+ * 0 - PIC mode
+ * 1 - APIC mode
+ * 2 - SAPIC mode
*/
If (PICM) {
Return (Package() {