mirror of
https://github.com/linuxboot/heads.git
synced 2025-03-23 04:25:20 +00:00
flash.sh had a special mode to read (like -r) and then sha256sum the resulting file. This is no different from just a read followed by a sha256sum, and the only caller also had logic to sha256sum a cached file anyway. Just use flash.sh -r and sha256sum the result. Signed-off-by: Jonathon Hall <jonathon.hall@puri.sm>