summaryrefslogtreecommitdiffstats
path: root/arch/sh
diff options
context:
space:
mode:
authorNobuhiro Iwamatsu <iwamatsu@nigauri.org>2014-01-08 13:46:11 +0900
committerNobuhiro Iwamatsu <iwamatsu@nigauri.org>2014-01-08 14:47:36 +0900
commit22e7d66181aa64e1fbca1132049ab4fe0ed44bc5 (patch)
tree6a6a6f34aa4222decb0d89b0381cef000f2f3ba4 /arch/sh
parent31a30dd23a1f8ace4ab119f3daea3a821ad15f62 (diff)
downloadblackbird-obmc-uboot-22e7d66181aa64e1fbca1132049ab4fe0ed44bc5.tar.gz
blackbird-obmc-uboot-22e7d66181aa64e1fbca1132049ab4fe0ed44bc5.zip
sh: sh3: Add CONFIG_SH3 definition to config.mk of SH3
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'arch/sh')
-rw-r--r--arch/sh/cpu/sh3/config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/cpu/sh3/config.mk b/arch/sh/cpu/sh3/config.mk
index 5c77e5c32d..abd4b8d2bd 100644
--- a/arch/sh/cpu/sh3/config.mk
+++ b/arch/sh/cpu/sh3/config.mk
@@ -11,5 +11,5 @@
# SPDX-License-Identifier: GPL-2.0+
#
#
-PLATFORM_CPPFLAGS += -m3
+PLATFORM_CPPFLAGS += -DCONFIG_SH3 -m3
PLATFORM_RELFLAGS += -ffixed-r13
OpenPOWER on IntegriCloud