scripts/om-fwupgradecfg-gen.sh: Fix u-boot image md5sum check
authorSven Eckelmann <sven.eckelmann@open-mesh.com>
Thu, 19 May 2016 18:21:01 +0000 (20:21 +0200)
committerSven Eckelmann <sven@narfation.org>
Wed, 21 Sep 2016 16:16:54 +0000 (18:16 +0200)
commitd6cd09a0d0c80f4b7a726cb85c82cfe631e6b88e
treea42ee0fddbab4a918017d3dd801bf5e00eb5a9c0
parent5ec3e29ac963dfdf92ddd04bab35846e0e592114
scripts/om-fwupgradecfg-gen.sh: Fix u-boot image md5sum check

The u-boot on Open Mesh devices checks the whole transfered image against a
md5sum. This is stored inside the option filemd5sum inside the
fwupgrade.cfg. The bootloader will not check it when this setting is
missing and could therefore write invalid images to the flash.

Signed-off-by: Sven Eckelmann <sven.eckelmann@open-mesh.com>
Backport of r46925
scripts/om-fwupgradecfg-gen.sh