diff options
Diffstat (limited to 'src/mainboard/hp')
-rw-r--r-- | src/mainboard/hp/compaq_8200_elite_sff/devicetree.cb | 2 | ||||
-rw-r--r-- | src/mainboard/hp/snb_ivb_laptops/devicetree.cb | 2 | ||||
-rw-r--r-- | src/mainboard/hp/z220_sff_workstation/devicetree.cb | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/mainboard/hp/compaq_8200_elite_sff/devicetree.cb b/src/mainboard/hp/compaq_8200_elite_sff/devicetree.cb index 8b9a09344c..0d83267527 100644 --- a/src/mainboard/hp/compaq_8200_elite_sff/devicetree.cb +++ b/src/mainboard/hp/compaq_8200_elite_sff/devicetree.cb @@ -11,7 +11,7 @@ chip northbridge/intel/sandybridge register "acpi_c1" = "1" register "acpi_c2" = "3" register "acpi_c3" = "5" - device lapic 0x0 on end + device lapic 0 on end device lapic 0xacac off end end end diff --git a/src/mainboard/hp/snb_ivb_laptops/devicetree.cb b/src/mainboard/hp/snb_ivb_laptops/devicetree.cb index 4cdda4e019..7fc936de70 100644 --- a/src/mainboard/hp/snb_ivb_laptops/devicetree.cb +++ b/src/mainboard/hp/snb_ivb_laptops/devicetree.cb @@ -20,7 +20,7 @@ chip northbridge/intel/sandybridge register "acpi_c1" = "1" register "acpi_c2" = "3" register "acpi_c3" = "5" - device lapic 0x0 on end + device lapic 0 on end device lapic 0xacac off end end end diff --git a/src/mainboard/hp/z220_sff_workstation/devicetree.cb b/src/mainboard/hp/z220_sff_workstation/devicetree.cb index fd75b1a527..0aca0a6d7b 100644 --- a/src/mainboard/hp/z220_sff_workstation/devicetree.cb +++ b/src/mainboard/hp/z220_sff_workstation/devicetree.cb @@ -11,7 +11,7 @@ chip northbridge/intel/sandybridge register "acpi_c1" = "1" register "acpi_c2" = "3" register "acpi_c3" = "5" - device lapic 0x0 on end + device lapic 0 on end device lapic 0xacac off end end end |