summaryrefslogtreecommitdiffstats
path: root/arch/sh
diff options
context:
space:
mode:
authorNobuhiro Iwamatsu <iwamatsu@nigauri.org>2014-01-08 14:09:32 +0900
committerNobuhiro Iwamatsu <iwamatsu@nigauri.org>2014-01-08 14:47:40 +0900
commitb1165adfd5cd6bcf59657436086fc98d9d2b214d (patch)
treea49d4551c4a61562fe4793eef8ad897e25db1463 /arch/sh
parent2bb29629fc4790c53ec9275b66e4641405ea5ac4 (diff)
downloadtalos-obmc-uboot-b1165adfd5cd6bcf59657436086fc98d9d2b214d.tar.gz
talos-obmc-uboot-b1165adfd5cd6bcf59657436086fc98d9d2b214d.zip
sh: sh4: Add CONFIG_SH4 definition to config.mk of SH4
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'arch/sh')
-rw-r--r--arch/sh/cpu/sh4/config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/cpu/sh4/config.mk b/arch/sh/cpu/sh4/config.mk
index c3575570e7..753580beb1 100644
--- a/arch/sh/cpu/sh4/config.mk
+++ b/arch/sh/cpu/sh4/config.mk
@@ -8,5 +8,5 @@
# SPDX-License-Identifier: GPL-2.0+
#
#
-PLATFORM_CPPFLAGS += -m4-nofpu
+PLATFORM_CPPFLAGS += -DCONFIG_SH4 -m4-nofpu
PLATFORM_RELFLAGS += -ffixed-r13
OpenPOWER on IntegriCloud