summaryrefslogtreecommitdiff
path: root/src/mainboard/compulab/intense_pc
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2021-05-17 11:05:29 +0200
committerPatrick Georgi <pgeorgi@google.com>2021-05-18 11:42:21 +0000
commitd2489ee7128d000bb2eb22b0cfe2da5db605aa79 (patch)
treeebc2edf3f4ece63a37f2936cbd6b325a08626838 /src/mainboard/compulab/intense_pc
parentf6004114ec3807e15acbc01cee45d4f83254bae2 (diff)
mainboard: Use decimal for `device cpu_cluster 0x0 on`
Most boards use `device cpu_cluster 0 on` with zero written in decimal. For the sake of consistency, update the remaining boards to follow suit. Change-Id: I083c8f8e9b38ddcc217dc8bf17ae3c9473ba77e9 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/54357 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Diffstat (limited to 'src/mainboard/compulab/intense_pc')
-rw-r--r--src/mainboard/compulab/intense_pc/devicetree.cb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/compulab/intense_pc/devicetree.cb b/src/mainboard/compulab/intense_pc/devicetree.cb
index b48dae3169..9f28a14eec 100644
--- a/src/mainboard/compulab/intense_pc/devicetree.cb
+++ b/src/mainboard/compulab/intense_pc/devicetree.cb
@@ -6,7 +6,7 @@ chip northbridge/intel/sandybridge # FIXME: check gfx
register "gpu_dp_c_hotplug" = "4"
register "gpu_dp_d_hotplug" = "4"
- device cpu_cluster 0x0 on
+ device cpu_cluster 0 on
chip cpu/intel/model_206ax # FIXME: check all registers
register "acpi_c1" = "1"
register "acpi_c2" = "3"