]> git.dujemihanovic.xyz Git - u-boot.git/commit
imxtract: specify max gunzip size
authorNikita Shubin <n.shubin@yadro.com>
Mon, 19 Dec 2022 08:05:27 +0000 (11:05 +0300)
committerTom Rini <trini@konsulko.com>
Wed, 20 Dec 2023 14:48:16 +0000 (09:48 -0500)
commit05e8e2403c533cc9e7a2a548486e2e41dfd5ce53
tree61cd0128797144f13175b6ac340462ce8620d729
parentf7655af980dc376783bbdac833e450a86e3255f4
imxtract: specify max gunzip size

Specify max gunzip size from config to override SYS_XIMG_LEN
default value wich is 0x800000. In case we have a large portion of FIT
image, for example gzipped kernel with decompressed size large than
0x800000 we should enlarge imxract area, otherwise extracting it will
fail.

It used to be a hardcoded define in cmd/ximg.c and we are moving it to
config.

Signed-off-by: Nikita Shubin <n.shubin@yadro.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
cmd/Kconfig
cmd/ximg.c