diff options
| author | Masahiro Yamada <[email protected]> | 2014-03-05 17:25:37 +0900 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2014-03-07 10:59:06 -0500 |
| commit | cfda6bd2d803d0c01f485668eb8d952deb23cf2b (patch) | |
| tree | 9cf1befd008b380886ebd87545f8b452a584fbcf /include | |
| parent | 026f9cf24f3c9d30c47c42bac622a64338caf596 (diff) | |
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 <[email protected]>
Cc: Daniel Schwierzeck <[email protected]>
Acked-by: Daniel Schwierzeck <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/dbau1x00.h | 1 | ||||
| -rw-r--r-- | include/configs/incaip.h | 1 | ||||
| -rw-r--r-- | include/configs/pb1x00.h | 1 | ||||
| -rw-r--r-- | include/configs/qemu-mips.h | 1 | ||||
| -rw-r--r-- | include/configs/qemu-mips64.h | 1 | ||||
| -rw-r--r-- | include/configs/vct.h | 1 |
6 files changed, 0 insertions, 6 deletions
diff --git a/include/configs/dbau1x00.h b/include/configs/dbau1x00.h index da4ff8e61d7..e0bf3dc61e6 100644 --- a/include/configs/dbau1x00.h +++ b/include/configs/dbau1x00.h @@ -12,7 +12,6 @@ #ifndef __CONFIG_H #define __CONFIG_H -#define CONFIG_MIPS32 1 /* MIPS32 CPU core */ #define CONFIG_DBAU1X00 1 #define CONFIG_SOC_AU1X00 1 /* alchemy series cpu */ diff --git a/include/configs/incaip.h b/include/configs/incaip.h index 7d2715d094b..e11d1843b9b 100644 --- a/include/configs/incaip.h +++ b/include/configs/incaip.h @@ -12,7 +12,6 @@ #ifndef __CONFIG_H #define __CONFIG_H -#define CONFIG_MIPS32 1 /* MIPS 4Kc CPU core */ #define CONFIG_INCA_IP 1 /* on a INCA-IP Board */ #define CONFIG_XWAY_SWAP_BYTES diff --git a/include/configs/pb1x00.h b/include/configs/pb1x00.h index e929b23f289..f92496571ba 100644 --- a/include/configs/pb1x00.h +++ b/include/configs/pb1x00.h @@ -12,7 +12,6 @@ #ifndef __CONFIG_H #define __CONFIG_H -#define CONFIG_MIPS32 1 /* MIPS32 CPU core */ #define CONFIG_PB1X00 1 #define CONFIG_SOC_AU1X00 1 /* alchemy series cpu */ diff --git a/include/configs/qemu-mips.h b/include/configs/qemu-mips.h index dd3babb5058..98ed8bc97f1 100644 --- a/include/configs/qemu-mips.h +++ b/include/configs/qemu-mips.h @@ -12,7 +12,6 @@ #ifndef __CONFIG_H #define __CONFIG_H -#define CONFIG_MIPS32 /* MIPS32 CPU core */ #define CONFIG_QEMU_MIPS #define CONFIG_MISC_INIT_R diff --git a/include/configs/qemu-mips64.h b/include/configs/qemu-mips64.h index a1422fca11b..e8f5a4c9e8b 100644 --- a/include/configs/qemu-mips64.h +++ b/include/configs/qemu-mips64.h @@ -12,7 +12,6 @@ #ifndef __CONFIG_H #define __CONFIG_H -#define CONFIG_MIPS64 /* MIPS64 CPU core */ #define CONFIG_QEMU_MIPS #define CONFIG_MISC_INIT_R diff --git a/include/configs/vct.h b/include/configs/vct.h index 99831169a3f..5ab4de32741 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) |
