[U-Boot-Users] [PATCH] Remove unused I2C at apollon board
Kyungmin Park
kmpark at infradead.org
Tue Jul 22 01:01:43 CEST 2008
There's no I2C devices.
Signed-off-by: Kyungmin Park <kyungmin.park at samsung.com>
---
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
More information about the U-Boot
mailing list