From 530f677cdc5de0cac94d00ee58037063ecb6cd64 Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Wed, 30 Nov 2016 14:59:52 +0200 Subject: buildsystem: Drop explicit (k)config.h includes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We have kconfig.h auto-included and it pulls config.h too. Change-Id: I665a0a168b0d4d3b8f3a27203827b542769988da Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/17655 Reviewed-by: Aaron Durbin Tested-by: build bot (Jenkins) --- src/cpu/dmp/vortex86ex/biosdata_ex.S | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/cpu/dmp') diff --git a/src/cpu/dmp/vortex86ex/biosdata_ex.S b/src/cpu/dmp/vortex86ex/biosdata_ex.S index 386cd0749d..59d7ff19be 100644 --- a/src/cpu/dmp/vortex86ex/biosdata_ex.S +++ b/src/cpu/dmp/vortex86ex/biosdata_ex.S @@ -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) -- cgit v1.2.3