changeset 559:c893c8d381f4

TRX images don't include the zero padding to 4k at the end in the crc.
author Rob Landley <rob@landley.net>
date Mon, 29 Dec 2008 02:55:56 -0600
parents f806ebb91b0b
children 0d34d9e16892
files sources/toys/trximg.sh
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/sources/toys/trximg.sh	Sun Dec 28 19:02:01 2008 -0600
+++ b/sources/toys/trximg.sh	Mon Dec 29 02:55:56 2008 -0600
@@ -135,7 +135,6 @@
    zpad_file 4 "$1"
    zpad_file 4 "$2"
    zpad_file 4 "$2"
-   zpad $(padlen 4096 $TOTAL)
   ) | cksum
 )