[Armadeus-commitlog] armadeus branch, master, updated. armadeus-4.0-2636-g198d23a
Brought to you by:
sszy
|
From: Julien B a. A. <ar...@us...> - 2011-12-12 20:25: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 198d23a6cd25420f5fbf0a61a50afa56369a47d9 (commit)
from ac6aec2aecac47f2286dc2edaa312b27e79339ee (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 198d23a6cd25420f5fbf0a61a50afa56369a47d9
Author: Julien Boibessot <jul...@ar...>
Date: Mon Dec 12 21:24:08 2011 +0100
[LINUX] load_fpga: Add a sync just before to try to download FPGA on APF51
-----------------------------------------------------------------------
Summary of changes:
.../linux/modules/fpga/dev_tools/loader/load_fpga | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/target/linux/modules/fpga/dev_tools/loader/load_fpga b/target/linux/modules/fpga/dev_tools/loader/load_fpga
index 1a923da..708d7df 100755
--- a/target/linux/modules/fpga/dev_tools/loader/load_fpga
+++ b/target/linux/modules/fpga/dev_tools/loader/load_fpga
@@ -42,6 +42,7 @@ if [ "$PLATFORM" == "APF51" ]; then
echo "Error while making bitfile copy in RAM !"
exit 1
fi
+ sync
else
BITFILE=$1
fi
hooks/post-receive
--
armadeus
|