summaryrefslogtreecommitdiffstats
path: root/include/configs/digsy_mtc.h
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2014-01-16 11:03:07 +0900
committerTom Rini <trini@ti.com>2014-01-24 16:59:21 -0500
commitb2a6dfe4f8d263b9aa45929f1a40cd1143775a81 (patch)
tree44b295659258c9fc0cbbed88672716a05e16a33c /include/configs/digsy_mtc.h
parentbc0009ebc639d33e15b38b55204cd1532cd5a6c0 (diff)
downloadtalos-obmc-uboot-b2a6dfe4f8d263b9aa45929f1a40cd1143775a81.tar.gz
talos-obmc-uboot-b2a6dfe4f8d263b9aa45929f1a40cd1143775a81.zip
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/digsy_mtc.h')
-rw-r--r--include/configs/digsy_mtc.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/configs/digsy_mtc.h b/include/configs/digsy_mtc.h
index bc5853eb5c..2a8cb3940b 100644
--- a/include/configs/digsy_mtc.h
+++ b/include/configs/digsy_mtc.h
@@ -20,8 +20,7 @@
* High Level Configuration Options
*/
-#define CONFIG_MPC5xxx 1 /* This is an MPC5xxx CPU */
-#define CONFIG_MPC5200 1 /* (more precisely an MPC5200 CPU) */
+#define CONFIG_MPC5200 1 /* This is an MPC5200 CPU */
#define CONFIG_DIGSY_MTC 1 /* ... on InterControl digsyMTC board */
/*
OpenPOWER on IntegriCloud