[Armadeus-commitlog] armadeus branch, master, updated. armadeus-6.0-2-g5323f35
Brought to you by:
sszy
|
From: Fabien M <fa...@us...> - 2015-08-26 11:58:35
|
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 5323f3513b881f4f51a21a084d74f9fee7538161 (commit)
from 64120ebff4e79920af8e626fc198a214cb75535e (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 5323f3513b881f4f51a21a084d74f9fee7538161
Author: Fabien Marteau <fab...@ar...>
Date: Wed Aug 26 13:54:44 2015 +0200
[TOOLS][FIRMWARE]:Â fpgaloader module must be unloaded once bitsrteam loader under fpga for apf6
-----------------------------------------------------------------------
Summary of changes:
.../linux/modules/fpga/dev_tools/loader/load_fpga | 4 ++++
1 files changed, 4 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 2f434f2..95ccfd3 100755
--- a/target/linux/modules/fpga/dev_tools/loader/load_fpga
+++ b/target/linux/modules/fpga/dev_tools/loader/load_fpga
@@ -74,5 +74,9 @@ if [ "$PLATFORM" == "APF51" ]; then
rm $BITFILE # delete copy in RAM
fi
+if [ "$PLATFORM" == "APF6" ]; then
+ rmmod fpgaloader
+fi
+
exit $RES
hooks/post-receive
--
armadeus
|