aboutsummaryrefslogtreecommitdiff
path: root/board/freescale/common
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-02-20 20:06:29 -0500
committerTom Rini <trini@konsulko.com>2021-02-25 11:59:54 -0500
commit2cc6071ed43a1309d4d4a4a6d29751ee1b387d07 (patch)
tree42bf2b8cac48af02520e6a5ce05d2e0b8f7fead2 /board/freescale/common
parent24b0212dd8b9fe6e5ea372f05ec34bd6e512a844 (diff)
downloadu-boot-WIP/2021-02-25-remove-platforms.zip
u-boot-WIP/2021-02-25-remove-platforms.tar.gz
u-boot-WIP/2021-02-25-remove-platforms.tar.bz2
ppc: Remove MPC8569MDS boardWIP/2021-02-25-remove-platforms
This board has not been converted to CONFIG_DM_MMC by the deadline. Remove it. As this is the last ARCH_MPC8569 board, remove that support as well. Cc: Priyanka Jain <priyanka.jain@nxp.com> Signed-off-by: Tom Rini <trini@konsulko.com> Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
Diffstat (limited to 'board/freescale/common')
-rw-r--r--board/freescale/common/pq-mds-pib.c15
1 files changed, 1 insertions, 14 deletions
diff --git a/board/freescale/common/pq-mds-pib.c b/board/freescale/common/pq-mds-pib.c
index ae66039..596cd00 100644
--- a/board/freescale/common/pq-mds-pib.c
+++ b/board/freescale/common/pq-mds-pib.c
@@ -63,20 +63,7 @@ int pib_init(void)
#endif
#if defined(CONFIG_PQ_MDS_PIB_ATM)
-#if defined(CONFIG_TARGET_MPC8569MDS)
- val8 = 0;
- i2c_write(0x20, 0x6, 1, &val8, 1);
- i2c_write(0x20, 0x7, 1, &val8, 1);
-
- val8 = 0xdf;
- i2c_write(0x20, 0x2, 1, &val8, 1);
- val8 = 0xf7;
- i2c_write(0x20, 0x3, 1, &val8, 1);
-
- eieio();
-
- printf("QOC3 ATM card on PMC0\n");
-#elif defined(CONFIG_TARGET_MPC832XEMDS)
+#if defined(CONFIG_TARGET_MPC832XEMDS)
val8 = 0;
i2c_write(0x26, 0x7, 1, &val8, 1);
val8 = 0xf7;