images: pbl: verify CONFIG_BAREBOX_MAX_IMAGE_SIZE is not exceeded
For platforms such as the at91, the boot ROM imposes an upper limit
on barebox file size.  Prior to 5a1a5ed253 ("ARM: images: use piggydata"),
BAREBOX_MAX_PBLX_SIZE seems to have been the way to go for limiting
the size of the final barebox binary when using the PBL.
With pblx removed, this variable is of no use, so have the existing
BAREBOX_MAX_IMAGE_SIZE replace its functionality.

Currently BAREBOX_MAX_IMAGE_SIZE is only checked against in the non-PBL
case, so add a check in the PBL case as well.

Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
1 parent 25de306 commit 9e72ea7a006cd0931913dd958746963961479a4a
@Ahmad Fatoum Ahmad Fatoum authored on 19 Feb 2019
Sascha Hauer committed on 7 Mar 2019
Showing 3 changed files
View
arch/arm/configs/am335x_mlo_defconfig
View
common/Kconfig
View
images/Makefile