diff options
author | Lei Wen <[leiwen@marvell.com]> | 2011-04-13 23:48:44 +0530 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2011-04-27 19:38:08 +0200 |
commit | 81a9ab21ca4f1af85efd37de7baaad131f0e7edc (patch) | |
tree | 5f38c429f730b8986e90621e45f97ffd46fe47e7 /include/configs | |
parent | adb00bb6a05be8b1a64820becdc052513888b280 (diff) | |
download | u-boot-imx-81a9ab21ca4f1af85efd37de7baaad131f0e7edc.zip u-boot-imx-81a9ab21ca4f1af85efd37de7baaad131f0e7edc.tar.gz u-boot-imx-81a9ab21ca4f1af85efd37de7baaad131f0e7edc.tar.bz2 |
I2C: add i2c support for Armada100 platform
Add i2c support to aspenite board with Armada100 soc.
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')
-rw-r--r-- | include/configs/aspenite.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/aspenite.h b/include/configs/aspenite.h index fd35f3e..1619db5 100644 --- a/include/configs/aspenite.h +++ b/include/configs/aspenite.h @@ -52,6 +52,7 @@ */ #define CONFIG_SYS_NO_FLASH /* Declare no flash (NOR/SPI) */ #include <config_cmd_default.h> +#define CONFIG_CMD_I2C #define CONFIG_CMD_AUTOSCRIPT #undef CONFIG_CMD_NET #undef CONFIG_CMD_NFS |