ar71xx: image: fix size verification in the CatFiles macro
authorGabor Juhos <juhosg@openwrt.org>
Fri, 24 Jan 2014 11:59:32 +0000 (11:59 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Fri, 24 Jan 2014 11:59:32 +0000 (11:59 +0000)
commit4556632578f271ac283ca2caa7272c1eb6a04f68
treeab93657cf32a50bbe73a0dea86ca5403c071d1fa
parente89476e0a8122710a16fcf56c60cd872783966e4
ar71xx: image: fix size verification in the CatFiles macro

The macro checks the size of the rootfs image even if
the second parameter of the macro contains the size of
an eraseblock. It is wrong because the size of the
kernel image will be adjusted to the next eraseblock
and the resulting image might be too large.

Fix the macro to check the size of the final image
instead of the rootfs image.

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39383
target/linux/ar71xx/image/Makefile