diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-01-16 11:03:07 +0900 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-01-24 16:59:21 -0500 |
commit | b2a6dfe4f8d263b9aa45929f1a40cd1143775a81 (patch) | |
tree | 44b295659258c9fc0cbbed88672716a05e16a33c /include/configs/mecp5200.h | |
parent | bc0009ebc639d33e15b38b55204cd1532cd5a6c0 (diff) |
powerpc: mpc5xxx: remove redundant CONFIG_MPC5xxx definition
We do not have to define CONFIG_MPC5xxx in board config headers
(and start.S) because it is defined in arch/powerpc/cpu/mpc5xxx/config.mk.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'include/configs/mecp5200.h')
-rw-r--r-- | include/configs/mecp5200.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/configs/mecp5200.h b/include/configs/mecp5200.h index 047e1711005..b270429dd82 100644 --- a/include/configs/mecp5200.h +++ b/include/configs/mecp5200.h @@ -23,8 +23,7 @@ * (easy to change) */ -#define CONFIG_MPC5200 1 /* This is an MPC5xxx CPU */ -#define CONFIG_MPC5xxx 1 /* This is an MPC5xxx CPU */ +#define CONFIG_MPC5200 1 /* This is an MPC5200 CPU */ #define CONFIG_ICECUBE 1 /* ... on IceCube board */ #define CONFIG_MECP5200 1 /* ... on MECP5200 board */ #define CONFIG_MPC5200_DDR 1 /* ... use DDR RAM */ |