From 3759b5b649aa77bcbdf8852ebd80de2090addc45 Mon Sep 17 00:00:00 2001 From: York Sun Date: Wed, 16 Nov 2016 11:36:32 -0800 Subject: powerpc: MPC8569MDS: Remove macro CONFIG_MPC8569MDS Use CONFIG_TARGET_MPC8569MDS instead. Signed-off-by: York Sun --- board/freescale/common/pq-mds-pib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'board/freescale/common') diff --git a/board/freescale/common/pq-mds-pib.c b/board/freescale/common/pq-mds-pib.c index 1eb3786..d152a78 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_MPC8569MDS) +#if defined(CONFIG_TARGET_MPC8569MDS) val8 = 0; i2c_write(0x20, 0x6, 1, &val8, 1); i2c_write(0x20, 0x7, 1, &val8, 1); -- cgit v1.1