From 5e90385d9d289c61b8b4eebbbf393d3429ff20b4 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Thu, 17 Jan 2013 21:14:16 +0000 Subject: [PATCH] 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 --- carl9170fw/autogen.sh | 2 -- 1 file changed, 2 deletions(-) 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 \