summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2020-06-11 07:35:39 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2020-06-11 07:35:39 +0200
commit91649f1065d735bb4bcc6bb1a8067e670dcbbead (patch)
tree83f98974bee5238b69f8c37bce8631f3c3144ea3 /arch
parentc3da5e9e8c2456989102079e29ed8e98855baba4 (diff)
parent2df65818dc3199345764f55a9840e1c413b68cef (diff)
downloadbarebox-91649f1065d735bb4bcc6bb1a8067e670dcbbead.tar.gz
barebox-91649f1065d735bb4bcc6bb1a8067e670dcbbead.tar.xz
Merge branch 'for-next/kvx'
Diffstat (limited to 'arch')
-rw-r--r--arch/kvx/Makefile2
-rw-r--r--arch/kvx/cpu/barebox.lds.S1
-rw-r--r--arch/kvx/cpu/start.S1
3 files changed, 0 insertions, 4 deletions
diff --git a/arch/kvx/Makefile b/arch/kvx/Makefile
index 643ef28553..9e7c8c07fa 100644
--- a/arch/kvx/Makefile
+++ b/arch/kvx/Makefile
@@ -2,8 +2,6 @@ KBUILD_DEFCONFIG := generic_defconfig
KBUILD_CPPFLAGS += -fno-strict-aliasing
-board-$(CONFIG_GENERIC) := generic
-
KALLSYMS += --symbol-prefix=_
ifeq ($(CROSS_COMPILE),)
diff --git a/arch/kvx/cpu/barebox.lds.S b/arch/kvx/cpu/barebox.lds.S
index 8d1944afbf..bf92564cfb 100644
--- a/arch/kvx/cpu/barebox.lds.S
+++ b/arch/kvx/cpu/barebox.lds.S
@@ -3,7 +3,6 @@
* Copyright (C) 2019 Kalray Inc.
*/
-#include <config.h>
#include <asm/common.h>
#include <asm/sys_arch.h>
#include <asm-generic/barebox.lds.h>
diff --git a/arch/kvx/cpu/start.S b/arch/kvx/cpu/start.S
index a02900fb93..d90272c71f 100644
--- a/arch/kvx/cpu/start.S
+++ b/arch/kvx/cpu/start.S
@@ -3,7 +3,6 @@
* Copyright (C) 2019 Kalray Inc.
*/
-#include <config.h>
#include <linux/linkage.h>
#include <asm/privilege.h>
#include <asm/sys_arch.h>