diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2018-05-31 14:20:27 +0200 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2018-06-01 16:27:00 +0000 |
commit | e307343b9e5fea2ce639cba92d8dce020382f3a2 (patch) | |
tree | 54403aac327cac9bf51fd0ffe6ab4bb71f78e178 /src/cpu/intel/fsp_model_206ax | |
parent | 3c8b5d00c3e52d4149ff842f674ce0f68cd86509 (diff) |
src/cpu: Remove unneeded includes
Change-Id: I8fb03ada29b37f96fb02122462dfb8ec7faa9d31
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/26732
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'src/cpu/intel/fsp_model_206ax')
-rw-r--r-- | src/cpu/intel/fsp_model_206ax/bootblock.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/cpu/intel/fsp_model_206ax/bootblock.c b/src/cpu/intel/fsp_model_206ax/bootblock.c index ed68883d35..297edd2c49 100644 --- a/src/cpu/intel/fsp_model_206ax/bootblock.c +++ b/src/cpu/intel/fsp_model_206ax/bootblock.c @@ -13,15 +13,7 @@ * GNU General Public License for more details. */ -#include <stdint.h> -#include <arch/cpu.h> -#include <cpu/x86/cache.h> -#include <cpu/x86/msr.h> -#include <cpu/x86/mtrr.h> -#include <arch/io.h> - #include <cpu/intel/microcode/microcode.c> -#include "model_206ax.h" static void bootblock_cpu_init(void) { |