firmware-utils/mkzynfw: don't use next_offset twice (closes #7273)
authorGabor Juhos <juhosg@openwrt.org>
Fri, 14 May 2010 09:20:34 +0000 (09:20 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Fri, 14 May 2010 09:20:34 +0000 (09:20 +0000)
commit3574cdbc0aec21b26e778929a0ffe5c5913497c0
tree0ffa5eb8db6d00338617af2c0b48a01eeea8dd82
parentdae241a4754428a4eca6e741056fbd3223c0fd42
firmware-utils/mkzynfw: don't use next_offset twice (closes #7273)

The test if a file can fit in an image considers the current offset
twice. So a image that would fit is too big.

Thanks-to: Michael Kurz <michi.kurz@googlemail.com>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21445 3c298f89-4303-0410-b956-a3cf2f4a3e73
tools/firmware-utils/src/mkzynfw.c