[Armadeus-commitlog] armadeus branch, master, updated. armadeus-4.1-364-gc1d67f2
Brought to you by:
sszy
|
From: jorasse <jo...@us...> - 2012-06-12 15:55:49
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus".
The branch, master has been updated
via c1d67f2134c01703573b8cb018a9eb8131d683b5 (commit)
from 1fef426e339d611a55af2c240800b3d091098fdd (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit c1d67f2134c01703573b8cb018a9eb8131d683b5
Author: Eric Jarrige <eri...@ar...>
Date: Tue Jun 12 17:57:16 2012 +0200
[UBOOT] apf51: disable i2c driver - for the time being mx51 i2c is buggy and not needed anyway
-----------------------------------------------------------------------
Summary of changes:
.../device/armadeus/apf51/apf51-u-boot-2011.12.h | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/buildroot/target/device/armadeus/apf51/apf51-u-boot-2011.12.h b/buildroot/target/device/armadeus/apf51/apf51-u-boot-2011.12.h
index 270b910..4202689 100644
--- a/buildroot/target/device/armadeus/apf51/apf51-u-boot-2011.12.h
+++ b/buildroot/target/device/armadeus/apf51/apf51-u-boot-2011.12.h
@@ -25,7 +25,7 @@
#define CONFIG_VERSION_VARIABLE
#define CONFIG_ENV_VERSION "1.0"
-#define CONFIG_IDENT_STRING " apf51 patch 1.1"
+#define CONFIG_IDENT_STRING " apf51 patch 1.2"
#define CONFIG_BOARD_NAME apf51
/*
@@ -90,7 +90,7 @@
#define CONFIG_CMD_CACHE /* icache, dcache */
#define CONFIG_CMD_DHCP /* DHCP Support */
/*#define CONFIG_CMD_DNS*/
-#define CONFIG_CMD_I2C /* I2C serial bus support */
+/*#define CONFIG_CMD_I2C*/ /* I2C serial bus support */
#define CONFIG_CMD_IIM /* imx iim fuse */
#define CONFIG_CMD_MTDPARTS /* MTD partition support */
#define CONFIG_CMD_NAND /* NAND support */
@@ -370,12 +370,14 @@
/*
* I2C
*/
+#ifdef CONFIG_CMD_I2C
#define CONFIG_HARD_I2C /* I2C with hardware support */
#define CONFIG_I2C_MXC 1
#define CONFIG_SYS_I2C_PORT I2C2_BASE_ADDR
#define CONFIG_SYS_I2C_MX51_PORT2
#define CONFIG_SYS_I2C_SPEED 400000
#define CONFIG_SYS_I2C_SLAVE 0xfe
+#endif /* CONFIG_CMD_I2C */
/*
* SPI
hooks/post-receive
--
armadeus
|