summaryrefslogtreecommitdiffstats
path: root/arch/mips
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/mips
parent73f30b9b8097b1a25f48fbe035f1dee3dac89317 (diff)
downloadtalos-obmc-uboot-90f984e397a14d9b77128feff582a44dece4fbaf.tar.gz
talos-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/mips')
-rw-r--r--arch/mips/config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/config.mk b/arch/mips/config.mk
index f4a234adbc..a2d07aff1b 100644
--- a/arch/mips/config.mk
+++ b/arch/mips/config.mk
@@ -25,7 +25,7 @@ endif
# Default to EB if no endianess is configured
ENDIANNESS ?= -EB
-PLATFORM_CPPFLAGS += -DCONFIG_MIPS -D__MIPS__
+PLATFORM_CPPFLAGS += -D__MIPS__
__HAVE_ARCH_GENERIC_BOARD := y
OpenPOWER on IntegriCloud