Revert "images: Drop unnecessary fix_size"
This reverts commit 5c0e165.

The fix_size scripts is not necessary for newer ARM toolchains,
it is however necessary for the older ARM toolchains (gcc-5 and older).

The original reason to drop fix_size was that it doesn't work on MIPS.
With this patch we add the -i flag so that we ignore unknown images
and can succesfully build MIPS images.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
1 parent e83de66 commit 7eb1636c7067a15446f2313d3bf5092fcca94908
@Sascha Hauer Sascha Hauer authored on 13 Feb 2019
Showing 3 changed files
View
arch/arm/lib/pbl.lds.S
View
images/Makefile
View
scripts/fix_size.c