[Armadeus-commitlog] armadeus branch, master, updated. armadeus-5.3-497-g9732e01
Brought to you by:
sszy
|
From: Fabien M <fa...@us...> - 2014-12-09 08:46:30
|
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 9732e015cf3ce308070831aede2c134258d8b032 (commit)
from 2b0b9b44cf310943ec79dbe574a79f0b4dc1ef6b (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 9732e015cf3ce308070831aede2c134258d8b032
Author: Fabien Marteau <fab...@ar...>
Date: Tue Dec 9 09:45:53 2014 +0100
[KERNEL] load altera fpgaloader module before creating node
-----------------------------------------------------------------------
Summary of changes:
.../linux/modules/fpga/dev_tools/loader/load_fpga | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/target/linux/modules/fpga/dev_tools/loader/load_fpga b/target/linux/modules/fpga/dev_tools/loader/load_fpga
index 26bc844..2f434f2 100755
--- a/target/linux/modules/fpga/dev_tools/loader/load_fpga
+++ b/target/linux/modules/fpga/dev_tools/loader/load_fpga
@@ -16,12 +16,12 @@ if [ ! -f "$1" ]; then
fi
if [ "$PLATFORM" == "APF6" ]; then
+ modprobe fpgaloader
DEVLOADER=/dev/altera_cvp
major=`grep -w altera_cvp /proc/devices | cut -f1 -d" "`
if [ ! -e /dev/altera_cvp ]; then
mknod /dev/altera_cvp c $major 0
fi
- modprobe fpgaloader
else
DEVLOADER=/dev/fpgaloader
fi
hooks/post-receive
--
armadeus
|