summaryrefslogtreecommitdiffstats
path: root/arch/mips/cpu/mips64/config.mk
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2014-03-05 17:25:37 +0900
committerTom Rini <trini@ti.com>2014-03-07 10:59:06 -0500
commitcfda6bd2d803d0c01f485668eb8d952deb23cf2b (patch)
tree9cf1befd008b380886ebd87545f8b452a584fbcf /arch/mips/cpu/mips64/config.mk
parent026f9cf24f3c9d30c47c42bac622a64338caf596 (diff)
downloadblackbird-obmc-uboot-cfda6bd2d803d0c01f485668eb8d952deb23cf2b.tar.gz
blackbird-obmc-uboot-cfda6bd2d803d0c01f485668eb8d952deb23cf2b.zip
mips: move CONFIG_MIPS{32, 64} definition to config.mk
All mips32 boards define CONFIG_MIPS32 in config headers except malta boards which define it in boards.cfg. We can consolidate them by defining it in arch/mips/cpu/mips32/config.mk. CONFIG_MIPS64 definition can be moved to arch/mips/cpu/mips64/config.mk as well. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Cc: Daniel Schwierzeck <daniel.schwierzeck@gmail.com> Acked-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Diffstat (limited to 'arch/mips/cpu/mips64/config.mk')
-rw-r--r--arch/mips/cpu/mips64/config.mk4
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/mips/cpu/mips64/config.mk b/arch/mips/cpu/mips64/config.mk
index 3c0113629b..c55eb7f2ee 100644
--- a/arch/mips/cpu/mips64/config.mk
+++ b/arch/mips/cpu/mips64/config.mk
@@ -11,9 +11,7 @@
# Note: Toolchains with binutils prior to v2.16
# are no longer supported by U-Boot MIPS tree!
#
-MIPSFLAGS = -march=mips64
-
-PLATFORM_CPPFLAGS += $(MIPSFLAGS)
+PLATFORM_CPPFLAGS += -DCONFIG_MIPS64 -march=mips64
PLATFORM_CPPFLAGS += -mabi=64 -DCONFIG_64BIT
ifdef CONFIG_SYS_BIG_ENDIAN
PLATFORM_LDFLAGS += -m elf64btsmip
OpenPOWER on IntegriCloud