aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Hutchings <ben@decadent.org.uk>2013-01-17 21:14:16 +0000
committerBen Hutchings <ben@decadent.org.uk>2013-01-17 21:15:48 +0000
commit5e90385d9d289c61b8b4eebbbf393d3429ff20b4 (patch)
treec6fed891e7f7dbf9866b727538336a5be0e05a0c
parent65a5163b8bb77bd7759efa3ca780867fcaed89b0 (diff)
downloadlinux-firmware-5e90385d9d289c61b8b4eebbbf393d3429ff20b4.tar.gz
Revert "carl9170: Add checksum during installation, as preferred by the driver"
This reverts commit 27bfb9d84640bfbd2776eaa7136b164bd3881700. 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>
-rwxr-xr-xcarl9170fw/autogen.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/carl9170fw/autogen.sh b/carl9170fw/autogen.sh
index 5e866cbe..6843f196 100755
--- a/carl9170fw/autogen.sh
+++ b/carl9170fw/autogen.sh
@@ -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 \