UPSTREAM: src/device: Capitalize CPU, RAM and ROM
BUG=None BRANCH=None TEST=None Change-Id: I7b3703c51ac644ba6e4852cfd5c4e50df493a503 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> Reviewed-on: https://chromium-review.googlesource.com/366265 Commit-Ready: Furquan Shaikh <furquan@chromium.org> Tested-by: Furquan Shaikh <furquan@chromium.org> Reviewed-by: Furquan Shaikh <furquan@chromium.org>
This commit is contained in:
parent
c052bd5e17
commit
947ee1b8c8
3 changed files with 3 additions and 3 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue