diff options
author | Peng Fan <Peng.Fan@freescale.com> | 2015-01-06 14:12:51 +0800 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2015-01-08 11:00:45 -0500 |
commit | c36ecf3abfbc20719bbc7229c9a112e2e137a400 (patch) | |
tree | 2332c2a56c6a61b2cb69b6522dfcfae7832fb711 /doc/README.fsl_iim | |
parent | 5ea019616483bb5103ee57e576e9bc559ea537b5 (diff) | |
download | u-boot-imx-c36ecf3abfbc20719bbc7229c9a112e2e137a400.zip u-boot-imx-c36ecf3abfbc20719bbc7229c9a112e2e137a400.tar.gz u-boot-imx-c36ecf3abfbc20719bbc7229c9a112e2e137a400.tar.bz2 |
i2c:mxc fix array size of i2c_data
We should not hardcode array size of i2c_data to 3. To CONFIG_FSL_LSCH3,
there are 4 i2c interface, but not 3. So the size of i2c_data array should
be calculated using "ARRAY_SIZE(i2c_bases)".
To avoid compile error, move i2c_bases before sram_data structure which
contains i2c_data array.
Signed-off-by: Peng Fan <Peng.Fan@freescale.com>
Diffstat (limited to 'doc/README.fsl_iim')
0 files changed, 0 insertions, 0 deletions