1
0
Fork 0

Revert "carl9170: Add checksum during installation, as preferred by the driver"

This reverts commit 27bfb9d846.

There is no need to explicitly add a checksum, as the miniboot tool
normally does this for us.  I can't reproduce the behaviour where the
checksum was omitted.

Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
master
Ben Hutchings 2013-01-17 21:14:16 +00:00
parent 65a5163b8b
commit 5e90385d9d
1 changed files with 0 additions and 2 deletions

View File

@ -31,8 +31,6 @@ case "$1" in
[ "$CONFIG_CARL9170FW_BUILD_MINIBOOT" = "y" ]; then
echo -n "Apply miniboot..."
tools/src/miniboot a carlfw/carl9170.fw minifw/miniboot.fw
echo -n "Add checksum..."
tools/src/checksum carlfw/carl9170.fw
fi
install -m 644 carlfw/carl9170.fw \