From: Kyungmin Park Date: Mon, 21 Jul 2008 23:01:43 +0000 (+0900) Subject: Remove unused I2C at apollon board X-Git-Tag: v1.3.4-rc2~1^2~10 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=2cb9080427fe641dcb71da46cd0634dd406f37ed;p=oweals%2Fu-boot.git Remove unused I2C at apollon board There are no I2C devices on this board. Signed-off-by: Kyungmin Park --- diff --git a/include/configs/apollon.h b/include/configs/apollon.h index 89732968ad..5884611b9a 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