summaryrefslogtreecommitdiffstats
path: root/arch/x86
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2014-07-30 14:08:23 +0900
committerTom Rini <trini@ti.com>2014-07-30 14:42:02 -0400
commit90f984e397a14d9b77128feff582a44dece4fbaf (patch)
tree5990ddc6b379c75921045262a99d3bf3ba177845 /arch/x86
parent73f30b9b8097b1a25f48fbe035f1dee3dac89317 (diff)
downloadblackbird-obmc-uboot-90f984e397a14d9b77128feff582a44dece4fbaf.tar.gz
blackbird-obmc-uboot-90f984e397a14d9b77128feff582a44dece4fbaf.zip
kconfig: delete redundant CONFIG_${ARCH} definition
CONFIG_${ARCH} is defined by Kconfig. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/x86')
-rw-r--r--arch/x86/cpu/config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/cpu/config.mk b/arch/x86/cpu/config.mk
index 4b2c873b0e..f7b01d36e0 100644
--- a/arch/x86/cpu/config.mk
+++ b/arch/x86/cpu/config.mk
@@ -7,7 +7,7 @@
CROSS_COMPILE ?= i386-linux-
-PLATFORM_CPPFLAGS += -DCONFIG_X86 -D__I386__ -Werror
+PLATFORM_CPPFLAGS += -D__I386__ -Werror
# DO NOT MODIFY THE FOLLOWING UNLESS YOU REALLY KNOW WHAT YOU ARE DOING!
LDPPFLAGS += -DRESET_SEG_START=0xffff0000
OpenPOWER on IntegriCloud