summaryrefslogtreecommitdiffstats
path: root/src/device/cpu_device.c
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2016-07-28 21:31:40 +0200
committerMartin Roth <martinroth@google.com>2016-07-31 18:33:30 +0200
commitfa640a2f56bf99cef6d06419e47fbf59f3cf6bd2 (patch)
tree9e12bb58781a6ac52f5ccde8883bd9772c0efcd1 /src/device/cpu_device.c
parentd82be923b10ef18c64c9565e03959736589ef089 (diff)
downloadcoreboot-fa640a2f56bf99cef6d06419e47fbf59f3cf6bd2.tar.gz
coreboot-fa640a2f56bf99cef6d06419e47fbf59f3cf6bd2.tar.bz2
coreboot-fa640a2f56bf99cef6d06419e47fbf59f3cf6bd2.zip
src/device: Capitalize CPU, RAM and ROM
Change-Id: I133531391a20261e0926524d70c0901079076af9 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/15943 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth <martinroth@google.com> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Diffstat (limited to 'src/device/cpu_device.c')
-rw-r--r--src/device/cpu_device.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device/cpu_device.c b/src/device/cpu_device.c
index 072d7c684493..ccbe6ec7da76 100644
--- a/src/device/cpu_device.c
+++ b/src/device/cpu_device.c
@@ -22,7 +22,7 @@ device_t add_cpu_device(struct bus *cpu_bus, unsigned apic_id, int enabled)
struct device_path cpu_path;
device_t cpu;
- /* Build the cpu device path */
+ /* Build the CPU device path */
cpu_path.type = DEVICE_PATH_APIC;
cpu_path.apic.apic_id = apic_id;