diff options
author | Kyungmin Park <kmpark@infradead.org> | 2008-07-22 08:01:43 +0900 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-07-31 10:35:43 +0200 |
commit | 2cb9080427fe641dcb71da46cd0634dd406f37ed (patch) | |
tree | 46ef38abc0f2cc847bef3c4eeeb99ce1e69482fa /include/configs/apollon.h | |
parent | 695a29b768d549b8c2df7461bb28b2f271325ad3 (diff) | |
download | u-boot-imx-2cb9080427fe641dcb71da46cd0634dd406f37ed.zip u-boot-imx-2cb9080427fe641dcb71da46cd0634dd406f37ed.tar.gz u-boot-imx-2cb9080427fe641dcb71da46cd0634dd406f37ed.tar.bz2 |
Remove unused I2C at apollon board
There are no I2C devices on this board.
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Diffstat (limited to 'include/configs/apollon.h')
-rw-r--r-- | include/configs/apollon.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/configs/apollon.h b/include/configs/apollon.h index 8973296..5884611 100644 --- a/include/configs/apollon.h +++ b/include/configs/apollon.h @@ -103,14 +103,6 @@ */ #define CONFIG_SERIAL1 1 /* UART1 on H4 */ - /* - * I2C configuration - */ -#define CONFIG_HARD_I2C -#define CFG_I2C_SPEED 100000 -#define CFG_I2C_SLAVE 1 -#define CONFIG_DRIVER_OMAP24XX_I2C - /* allow to overwrite serial and ethaddr */ #define CONFIG_ENV_OVERWRITE #define CONFIG_CONS_INDEX 1 |