From c56c723deb98d4e97dd55b32aac6fc44a31462b3 Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Mon, 17 May 2021 11:03:55 +0200 Subject: mainboard: Use decimal for `device lapic 0x0 on` Most boards use `device lapic 0 on` with zero written in decimal. For the sake of consistency, update the remaining boards to follow suit. Change-Id: I1d3b1ac107e33aae11189cdd5e719b8e48b10f08 Signed-off-by: Angel Pons Reviewed-on: https://review.coreboot.org/c/coreboot/+/54359 Tested-by: build bot (Jenkins) Reviewed-by: Arthur Heymans --- src/mainboard/lenovo/x220/devicetree.cb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainboard/lenovo/x220') diff --git a/src/mainboard/lenovo/x220/devicetree.cb b/src/mainboard/lenovo/x220/devicetree.cb index de0c9a2628..a41cfeaebb 100644 --- a/src/mainboard/lenovo/x220/devicetree.cb +++ b/src/mainboard/lenovo/x220/devicetree.cb @@ -18,7 +18,7 @@ chip northbridge/intel/sandybridge device cpu_cluster 0 on chip cpu/intel/model_206ax # Magic APIC ID to locate this chip - device lapic 0x0 on end + device lapic 0 on end device lapic 0xacac off end register "acpi_c1" = "1" # ACPI(C1) = MWAIT(C1) -- cgit v1.2.3