summaryrefslogtreecommitdiffstats
path: root/arch/openrisc
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/openrisc
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/openrisc')
-rw-r--r--arch/openrisc/config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/openrisc/config.mk b/arch/openrisc/config.mk
index 9902b9adba..cd95f24b1f 100644
--- a/arch/openrisc/config.mk
+++ b/arch/openrisc/config.mk
@@ -11,6 +11,6 @@ endif
# r10 used for global object pointer, already set in OR32 GCC but just to be
# clear
-PLATFORM_CPPFLAGS += -DCONFIG_OPENRISC -D__OR1K__ -ffixed-r10
+PLATFORM_CPPFLAGS += -D__OR1K__ -ffixed-r10
CONFIG_STANDALONE_LOAD_ADDR ?= 0x40000
OpenPOWER on IntegriCloud