diff options
author | Tom Rini <trini@ti.com> | 2014-01-09 11:04:53 -0500 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-01-09 11:04:53 -0500 |
commit | 33d413fc91e0bbbb92962a80f5333d6f1f628c5b (patch) | |
tree | 18383b51425d37af1c526f276ecee8cc7f492d7d /arch/sh/cpu/sh3 | |
parent | 2c30af8f1861f09f217097460bfbea5ea691f8b8 (diff) | |
parent | 5fe3aefd3dd0845ed4f69ba34b9790d3961d7ea8 (diff) |
Merge branch 'master' of git://git.denx.de/u-boot-sh
Diffstat (limited to 'arch/sh/cpu/sh3')
-rw-r--r-- | arch/sh/cpu/sh3/config.mk | 2 |
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 |