diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-01-15 10:14:07 +0900 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-01-24 16:59:08 -0500 |
commit | d40ddae4b3c24d4c9f06a91e6f8d4e6b9dac4c9e (patch) | |
tree | eee87403c88ae66a8c226eb0fb1f769f4bbd0e71 /include/configs/xpedite537x.h | |
parent | 52de0e49dfdc6f1dd55f31e312a3f050be75b69e (diff) |
powerpc: mpc85xx: move CONFIG_MPC85xx definition to CPU config.mk
Define CONFIG_MPC85xx in arch/powerpc/cpu/mpc85xx/config.mk
because all target boards with mpc85xx cpu define it.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'include/configs/xpedite537x.h')
-rw-r--r-- | include/configs/xpedite537x.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/xpedite537x.h b/include/configs/xpedite537x.h index e1bdf90de46..bdf55763d50 100644 --- a/include/configs/xpedite537x.h +++ b/include/configs/xpedite537x.h @@ -16,7 +16,6 @@ */ #define CONFIG_BOOKE 1 /* BOOKE */ #define CONFIG_E500 1 /* BOOKE e500 family */ -#define CONFIG_MPC85xx 1 /* MPC8540/60/55/41/48 */ #define CONFIG_MPC8572 1 #define CONFIG_XPEDITE5370 1 #define CONFIG_SYS_BOARD_NAME "XPedite5370" |