summaryrefslogtreecommitdiffstats
path: root/include/configs/vct.h
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 /include/configs/vct.h
parent026f9cf24f3c9d30c47c42bac622a64338caf596 (diff)
downloadtalos-obmc-uboot-cfda6bd2d803d0c01f485668eb8d952deb23cf2b.tar.gz
talos-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 'include/configs/vct.h')
-rw-r--r--include/configs/vct.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/vct.h b/include/configs/vct.h
index 99831169a3..5ab4de3274 100644
--- a/include/configs/vct.h
+++ b/include/configs/vct.h
@@ -25,7 +25,6 @@
#ifndef __CONFIG_H
#define __CONFIG_H
-#define CONFIG_MIPS32 /* MIPS 4Kc CPU core */
#define CPU_CLOCK_RATE 324000000 /* Clock for the MIPS core */
#define CONFIG_SYS_MIPS_TIMER_FREQ (CPU_CLOCK_RATE / 2)
OpenPOWER on IntegriCloud