[Armadeus-commitlog] armadeus branch, master, updated. release-3.4-72-gd2486b3
Brought to you by:
sszy
|
From: Nicolas <th...@us...> - 2011-04-20 08:53:09
|
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 d2486b3cf1804c035d90f5c3d505e591f4c19ddc (commit)
from 19110742d07cfe782ca20290aec5adc9f0189730 (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 d2486b3cf1804c035d90f5c3d505e591f4c19ddc
Author: Nicolas Colombain <nic...@ar...>
Date: Wed Apr 20 10:52:07 2011 +0200
[U-BOOT] APF51 fix ethernet reset
-----------------------------------------------------------------------
Summary of changes:
.../target/u-boot/u-boot-2010.03-401-apf51.patch | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/buildroot/target/u-boot/u-boot-2010.03-401-apf51.patch b/buildroot/target/u-boot/u-boot-2010.03-401-apf51.patch
index 774505d..0f09eab 100644
--- a/buildroot/target/u-boot/u-boot-2010.03-401-apf51.patch
+++ b/buildroot/target/u-boot/u-boot-2010.03-401-apf51.patch
@@ -666,7 +666,6 @@ Index: u-boot-2010.03/board/armadeus/apf51/apf51.c
+ /* Ethernet PHY Reset */
+ imx_gpio_pin_set(CONFIG_SYS_PHY_RESET_GPIO,0);
+ imx_gpio_pin_cfg_dir(CONFIG_SYS_PHY_RESET_GPIO, 1);
-+ imx_gpio_pin_set(CONFIG_SYS_PHY_RESET_GPIO,1);
+
+ /* FEC TX_ER muxed with DI_GP3 */
+ mxc_request_iomux(MX51_PIN_DI_GP3, IOMUX_CONFIG_ALT2);
@@ -753,6 +752,7 @@ Index: u-boot-2010.03/board/armadeus/apf51/apf51.c
+ mxc_iomux_set_input(MUX_IN_FEC_FEC_RX_ER_SELECT_INPUT, INPUT_CTL_PATH1);
+ mxc_iomux_set_input(MUX_IN_FEC_FEC_TX_CLK_SELECT_INPUT, INPUT_CTL_PATH1);
+
++ imx_gpio_pin_set(CONFIG_SYS_PHY_RESET_GPIO,1);
+#endif
+}
+
hooks/post-receive
--
armadeus
|