diff options
author | Lei Wen <[leiwen@marvell.com]> | 2011-04-13 23:48:16 +0530 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2011-04-27 19:38:07 +0200 |
commit | 68432c27438360aa3bc27c0c73bf3c12a8c6ffa7 (patch) | |
tree | 0b8e38f1b0384abd716a255f30b96cb1c594e8d5 /include/configs/xm250.h | |
parent | 776784908c0342146caecc777fb596234e23f027 (diff) | |
download | u-boot-imx-68432c27438360aa3bc27c0c73bf3c12a8c6ffa7.zip u-boot-imx-68432c27438360aa3bc27c0c73bf3c12a8c6ffa7.tar.gz u-boot-imx-68432c27438360aa3bc27c0c73bf3c12a8c6ffa7.tar.bz2 |
pxa: move i2c driver to the common place
For better sharing with other platform other than pxa's,
it is more convenient to put the driver to the common place.
Acked-by: Heiko Schocher <hs@denx.de>
Acked-by: Prafulla Wadaskar <prafulla@marvell.com>
Signed-off-by: Lei Wen <leiwen@marvell.com>
Diffstat (limited to 'include/configs/xm250.h')
-rw-r--r-- | include/configs/xm250.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/xm250.h b/include/configs/xm250.h index 497cb91..b4b940a 100644 --- a/include/configs/xm250.h +++ b/include/configs/xm250.h @@ -61,6 +61,7 @@ /* * I2C bus */ +#define CONFIG_I2C_MV 1 #define CONFIG_HARD_I2C 1 #define CONFIG_SYS_I2C_SPEED 50000 #define CONFIG_SYS_I2C_SLAVE 0xfe |