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)
commitcb3f2947b16927ad6b937ecd598089caa2272978
tree967166d505166c27d147866bf49bf883b4695796
parent4d7fd74a792b7cddf7be9e75fa347a33e63f2727
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39383 3c298f89-4303-0410-b956-a3cf2f4a3e73
target/linux/ar71xx/image/Makefile