From: Ben Hutchings Date: Thu, 17 Jan 2013 21:14:16 +0000 (+0000) Subject: Revert "carl9170: Add checksum during installation, as preferred by the driver" X-Git-Tag: upstream/20140222~69 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5e90385d9d289c61b8b4eebbbf393d3429ff20b4;p=platform%2Fupstream%2Flinux-firmware.git 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 --- diff --git a/carl9170fw/autogen.sh b/carl9170fw/autogen.sh index 5e866cb..6843f19 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 \