diff options
author | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2017-06-27 00:42:06 +0200 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2017-06-27 17:09:23 +0000 |
commit | 5f98f980985b22070713a2792b4f9905c4189fa6 (patch) | |
tree | 99655747c71a15ad3206bf532265b5e33dc3df5c /src/soc | |
parent | bc3150913beec4d35081edd05ba8d54d36d31f64 (diff) |
soc/intel/quark: We're not Broadwell anymore
... 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 <stefan.reinauer@coreboot.org>
Reviewed-on: https://review.coreboot.org/20387
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/soc')
-rw-r--r-- | src/soc/intel/quark/include/soc/cpu.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 <arch/cpu.h> #include <device/device.h> |