From 5f98f980985b22070713a2792b4f9905c4189fa6 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Tue, 27 Jun 2017 00:42:06 +0200 Subject: soc/intel/quark: We're not Broadwell anymore MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... even though the author of the code probably wished he was working on a (much faster) broadwell system instead. Let's fix the header guard to reflect the right SOC. Noteworthy: clang detected that this was wrong. Change-Id: I74c217c0471800f40c31a9ac38ba5396f82cd724 Signed-off-by: Stefan Reinauer Reviewed-on: https://review.coreboot.org/20387 Tested-by: build bot (Jenkins) Reviewed-by: Arthur Heymans Reviewed-by: Philippe Mathieu-Daudé Reviewed-by: Patrick Georgi --- src/soc/intel/quark/include/soc/cpu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/soc/intel/quark/include/soc/cpu.h b/src/soc/intel/quark/include/soc/cpu.h index 25ba599fc4..1f7bf2cbdb 100644 --- a/src/soc/intel/quark/include/soc/cpu.h +++ b/src/soc/intel/quark/include/soc/cpu.h @@ -14,7 +14,7 @@ */ #ifndef _QUARK_CPU_H_ -#define _BROADWELL_CPU_H_ +#define _QUARK_CPU_H_ #include #include -- cgit v1.2.3