diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2012-02-09 16:51:38 +0200 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2012-02-09 19:45:49 +0100 |
commit | 12b72624ee876e5855d501a527413d5f96edf65b (patch) | |
tree | c60e75e2bcfcd6353f262e689035a557cf691499 /src/mainboard/via/epia-cn | |
parent | c466287d4d4062478e3c3c5fc6502cfb5567f249 (diff) |
VIA cpus: apply un-written naming rules
Rename files and directories:
model_c3 -> c3
model_c7 -> c7
Change-Id: If144fc501e8ae44b347ac44fa90c689c33a8e126
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: http://review.coreboot.org/614
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src/mainboard/via/epia-cn')
-rw-r--r-- | src/mainboard/via/epia-cn/devicetree.cb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/via/epia-cn/devicetree.cb b/src/mainboard/via/epia-cn/devicetree.cb index 727ccc534f..96a2222d5f 100644 --- a/src/mainboard/via/epia-cn/devicetree.cb +++ b/src/mainboard/via/epia-cn/devicetree.cb @@ -54,7 +54,7 @@ chip northbridge/via/cn700 # Northbridge end end device lapic_cluster 0 on # APIC cluster - chip cpu/via/model_c7 # VIA C7 + chip cpu/via/c7 # VIA C7 device lapic 0 on end # APIC end end |