diff options
| author | York Sun <[email protected]> | 2016-11-16 11:36:32 -0800 |
|---|---|---|
| committer | York Sun <[email protected]> | 2016-11-23 23:42:06 -0800 |
| commit | 3759b5b649aa77bcbdf8852ebd80de2090addc45 (patch) | |
| tree | 0f8c758e1b95f4b628a9415e61ac3a23687f1267 /board | |
| parent | 23b36a7d48427e29ba14e34f13a6efcef4b4f5b3 (diff) | |
powerpc: MPC8569MDS: Remove macro CONFIG_MPC8569MDS
Use CONFIG_TARGET_MPC8569MDS instead.
Signed-off-by: York Sun <[email protected]>
Diffstat (limited to 'board')
| -rw-r--r-- | board/freescale/common/pq-mds-pib.c | 2 |
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 1eb37866e3d..d152a7821f4 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); |
