summaryrefslogtreecommitdiffstats
path: root/board/freescale/common
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2015-01-23 00:24:15 +0900
committerTom Rini <trini@ti.com>2015-01-23 16:53:00 -0500
commit8d1e3cb14009d3fb4752489e02ae1a88d75e6b0b (patch)
treeee3e62668089b4c3241d69137f420906cb184fc7 /board/freescale/common
parent3b95288a2ae8146ca4915250f815c1218b1706fa (diff)
downloadblackbird-obmc-uboot-8d1e3cb14009d3fb4752489e02ae1a88d75e6b0b.tar.gz
blackbird-obmc-uboot-8d1e3cb14009d3fb4752489e02ae1a88d75e6b0b.zip
powerpc: mpc83xx: remove MPC8360ERDK, EMPC8360EMDS support
These boards are still non-generic boards. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Cc: Dave Liu <daveliu@freescale.com> Cc: Anton Vorontsov <avorontsov@ru.mvista.com>
Diffstat (limited to 'board/freescale/common')
-rw-r--r--board/freescale/common/pq-mds-pib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/common/pq-mds-pib.c b/board/freescale/common/pq-mds-pib.c
index 5f7a67d057..1eb37866e3 100644
--- a/board/freescale/common/pq-mds-pib.c
+++ b/board/freescale/common/pq-mds-pib.c
@@ -63,7 +63,7 @@ int pib_init(void)
#endif
#if defined(CONFIG_PQ_MDS_PIB_ATM)
-#if defined(CONFIG_MPC8360EMDS) || defined(CONFIG_MPC8569MDS)
+#if defined(CONFIG_MPC8569MDS)
val8 = 0;
i2c_write(0x20, 0x6, 1, &val8, 1);
i2c_write(0x20, 0x7, 1, &val8, 1);
OpenPOWER on IntegriCloud