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:
committed by
Martin Roth
parent
3ec149dd7e
commit
530f677cdc
@@ -17,7 +17,6 @@
|
||||
* How we use DRAM on Allwinner CPUs
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
#include <symbols.h>
|
||||
|
||||
/*
|
||||
|
@@ -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)
|
||||
|
@@ -12,7 +12,6 @@
|
||||
* GNU General Public License for more details.
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
#include <symbols.h>
|
||||
|
@@ -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;
|
||||
|
@@ -13,7 +13,6 @@
|
||||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <config.h>
|
||||
#include <types.h>
|
||||
#include <console/uart.h>
|
||||
#include <arch/io.h>
|
||||
|
@@ -21,8 +21,6 @@
|
||||
* to 64k if we can though.
|
||||
*/
|
||||
|
||||
#include <kconfig.h>
|
||||
#include <config.h>
|
||||
#define LAPIC_BASE_MSR 0x1b
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user