diff options
author | Wolfgang Denk <wd@denx.de> | 2010-01-26 22:29:51 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2010-01-26 22:29:51 +0100 |
commit | 0a42c3a433e25dd30b5062aa251f5a240478cbbb (patch) | |
tree | 558cc8b14b64c36db3cfd6b666e455ab67149e5d /board/freescale/common/pq-mds-pib.c | |
parent | 5912d3650740468329a0df014109132431d2140d (diff) | |
parent | 66e821ebe96123b3a81ec9ca25cec9c0560fe232 (diff) | |
download | u-boot-imx-0a42c3a433e25dd30b5062aa251f5a240478cbbb.zip u-boot-imx-0a42c3a433e25dd30b5062aa251f5a240478cbbb.tar.gz u-boot-imx-0a42c3a433e25dd30b5062aa251f5a240478cbbb.tar.bz2 |
Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx
Diffstat (limited to 'board/freescale/common/pq-mds-pib.c')
-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 6c72aa1..5f7a67d 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) +#if defined(CONFIG_MPC8360EMDS) || defined(CONFIG_MPC8569MDS) val8 = 0; i2c_write(0x20, 0x6, 1, &val8, 1); i2c_write(0x20, 0x7, 1, &val8, 1); |