commit | 143a1598ad99eee606d3a60a75a3313bc1d099eb | [log] [tgz] |
---|---|---|
author | Nick Spence <nick.spence@freescale.com> | Sat May 10 14:02:04 2008 -0700 |
committer | Wolfgang Denk <wd@denx.de> | Mon May 12 00:44:24 2008 +0200 |
tree | 1c5e0a843856256fd6f66b13d637ef5e47d5ea57 | |
parent | 10e247ab2cdb0b4e22acb85d84c242fb8b04ea68 [diff] |
Fix offset calculation for multi-type legacy images. Calculation of tail was incorrect when size % 4 == 0. New code removes the conditional and does the same thing but with arithmetic Signed-off-by: Nick Spence <nick.spence@freescale.com>