src/drivers: Capitalize CPU, RAM and ACPI

Change-Id: I720469ea1df75544f5b1e0cab718502d8a9cf197
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/15983
Tested-by: build bot (Jenkins)
Reviewed-by: Omar Pakker
Reviewed-by: Martin Roth <martinroth@google.com>
This commit is contained in:
Elyes HAOUAS
2016-07-30 15:37:26 +02:00
committed by Martin Roth
parent 038e7247dc
commit 7753731f0c
7 changed files with 8 additions and 8 deletions

View File

@ -361,7 +361,7 @@ static void w83795_hwm_init(struct device *dev)
info = cpu_info();
cpu = info->cpu;
if (!cpu)
die("CPU: missing cpu device structure");
die("CPU: missing CPU device structure");
if (cpu->vendor == X86_VENDOR_AMD)
w83795_init(dev, THERMAL_CRUISE_MODE, DTS_SRC_AMD_SBTSI);