Add comp_copy function for use with CONFIG_IMAGE_COMPRESSION_NONE
The Makefile compression commands all append the size of the
uncompressed image. With CONFIG_IMAGE_COMPRESSION_NONE simply
'shipped' is used which does not append the size. Add and use
a special comp_copy function which adds the size. This helps
us to get the uncompressed image size in the startup code later.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
1 parent 679ded1 commit 5e61dd3fb5506fe647f95deca95d97cced51aeb3
@Sascha Hauer Sascha Hauer authored on 14 Sep 2016
Showing 3 changed files
View
arch/arm/pbl/Makefile
View
images/Makefile
View
scripts/Makefile.lib