[Armadeus-commitlog] armadeus branch, master, updated. release-3.3-9-g9ea541e
Brought to you by:
sszy
|
From: Nicolas <th...@us...> - 2010-08-10 09:11:23
|
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 9ea541e0c3d62c04e020ee813f1ca8819022d88d (commit)
from 2725330da080825184408c8b56a512f5378046dc (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 9ea541e0c3d62c04e020ee813f1ca8819022d88d
Author: Nicolas Colombain <sal...@ar...-office>
Date: Tue Aug 10 11:10:40 2010 +0200
[U-BOOT] increase FPGA supply startup time. avoid fpga loading timeout
-----------------------------------------------------------------------
Summary of changes:
.../target/u-boot/u-boot-1.3.4-310-apf27.patch | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/buildroot/target/u-boot/u-boot-1.3.4-310-apf27.patch b/buildroot/target/u-boot/u-boot-1.3.4-310-apf27.patch
index 325aea4..77fb2a1 100644
--- a/buildroot/target/u-boot/u-boot-1.3.4-310-apf27.patch
+++ b/buildroot/target/u-boot/u-boot-1.3.4-310-apf27.patch
@@ -200,7 +200,7 @@
+CONFIG_NAND_U_BOOT = y
--- ref/u-boot-1.3.4/board/armadeus/apf27/fpga.c 1970-01-01 01:00:00.000000000 +0100
+++ u-boot-1.3.4/board/armadeus/apf27/fpga.c 2008-12-29 16:27:49.000000000 +0100
-@@ -0,0 +1,257 @@
+@@ -0,0 +1,258 @@
+ /*
+ * (C) Copyright 2002-2008
+ * Eric Jarrige <eri...@ar...>
@@ -303,6 +303,7 @@
+ GPIO_CLEAR(CFG_FPGA_SUSPEND);
+// GPIO_CLEAR(CFG_FPGA_RESET);
+ GPIO_CLEAR(CFG_FPGA_PWR);
++ udelay(30000); /*wait until supply started*/
+
+ return cookie;
+ }
hooks/post-receive
--
armadeus
|