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:
committed by
Martin Roth
parent
038e7247dc
commit
7753731f0c
@ -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);
|
||||
|
Reference in New Issue
Block a user