buildsystem: Drop explicit (k)config.h includes

We have kconfig.h auto-included and it pulls config.h too.

Change-Id: I665a0a168b0d4d3b8f3a27203827b542769988da
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/17655
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Tested-by: build bot (Jenkins)
This commit is contained in:
Kyösti Mälkki
2016-11-30 14:59:52 +02:00
committed by Martin Roth
parent 3ec149dd7e
commit 530f677cdc
19 changed files with 0 additions and 21 deletions

View File

@@ -17,7 +17,6 @@
* How we use DRAM on Allwinner CPUs
*/
#include <config.h>
#include <symbols.h>
/*

View File

@@ -13,8 +13,6 @@
* GNU General Public License for more details.
*/
#include "config.h"
/*
PLL Freq = 25 * NS /(MS * 2^RS)
CPU Freq = PLL/(CPU_DIV+2)

View File

@@ -12,7 +12,6 @@
* GNU General Public License for more details.
*/
#include <config.h>
#include <stddef.h>
#include <stdint.h>
#include <symbols.h>

View File

@@ -16,7 +16,6 @@
#include "pinmux.h"
#include <arch/io.h>
#include <config.h>
static struct am335x_pinmux_regs *regs =
(struct am335x_pinmux_regs *)(uintptr_t)AM335X_PINMUX_REG_ADDR;

View File

@@ -13,7 +13,6 @@
*/
#include <stdlib.h>
#include <config.h>
#include <types.h>
#include <console/uart.h>
#include <arch/io.h>

View File

@@ -21,8 +21,6 @@
* to 64k if we can though.
*/
#include <kconfig.h>
#include <config.h>
#define LAPIC_BASE_MSR 0x1b
/*