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/o2dnt-common.h | |
parent | bc0009ebc639d33e15b38b55204cd1532cd5a6c0 (diff) | |
download | u-boot-imx-b2a6dfe4f8d263b9aa45929f1a40cd1143775a81.zip u-boot-imx-b2a6dfe4f8d263b9aa45929f1a40cd1143775a81.tar.gz u-boot-imx-b2a6dfe4f8d263b9aa45929f1a40cd1143775a81.tar.bz2 |
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/o2dnt-common.h')
-rw-r--r-- | include/configs/o2dnt-common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/o2dnt-common.h b/include/configs/o2dnt-common.h index ce08454..18714ea 100644 --- a/include/configs/o2dnt-common.h +++ b/include/configs/o2dnt-common.h @@ -16,7 +16,6 @@ /* * High Level Configuration Options */ -#define CONFIG_MPC5xxx 1 /* This is an MPC5xxx CPU */ #define CONFIG_MPC5200 #define CONFIG_SYS_MPC5XXX_CLKIN 33000000 /* running at 33.000000MHz */ |