[Armadeus-commitlog] armadeus branch, master, updated. armadeus-5.2-371-gbcc0d54
Brought to you by:
sszy
|
From: jorasse <jo...@us...> - 2013-08-09 17:47:12
|
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 bcc0d5494e1cc6aca6b5da4b69e4bb1afb56619e (commit)
from 4436ec3daf9863334b4e9a3f66737a1ec530907d (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 bcc0d5494e1cc6aca6b5da4b69e4bb1afb56619e
Author: Eric Jarrige <eri...@ar...>
Date: Fri Aug 9 19:56:26 2013 +0200
[UBOOT] apf27: Fix FPGA state after abort action
-----------------------------------------------------------------------
Summary of changes:
...pf27-Add-FPGA-support-for-the-apf27-board.patch | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/patches/u-boot/2013.04/304-apf27-Add-FPGA-support-for-the-apf27-board.patch b/patches/u-boot/2013.04/304-apf27-Add-FPGA-support-for-the-apf27-board.patch
index d7fa176..edfcaf2 100644
--- a/patches/u-boot/2013.04/304-apf27-Add-FPGA-support-for-the-apf27-board.patch
+++ b/patches/u-boot/2013.04/304-apf27-Add-FPGA-support-for-the-apf27-board.patch
@@ -235,7 +235,7 @@ index 0000000..47f4ffc
+
+int fpga_abort_fn(int cookie)
+{
-+ return cookie;
++ return fpga_post_fn(cookie);
+}
+
+
hooks/post-receive
--
armadeus
|