summaryrefslogtreecommitdiff
path: root/src/cpu/intel/model_1067x/chip.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/intel/model_1067x/chip.h')
-rw-r--r--src/cpu/intel/model_1067x/chip.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/cpu/intel/model_1067x/chip.h b/src/cpu/intel/model_1067x/chip.h
deleted file mode 100644
index b298615e8a..0000000000
--- a/src/cpu/intel/model_1067x/chip.h
+++ /dev/null
@@ -1,7 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0-only */
-
-struct cpu_intel_model_1067x_config {
- int c5 : 1;
- int c6 : 1;
- int slfm : 1;
-};