commit | 25498ed7efc6196eddaade5f75c77b829a88cda1 | [log] [tgz] |
---|---|---|
author | Nikita Shubin <n.shubin@yadro.com> | Mon Dec 19 11:05:27 2022 +0300 |
committer | Tom Rini <trini@konsulko.com> | Wed Dec 20 09:48:16 2023 -0500 |
tree | 61cd0128797144f13175b6ac340462ce8620d729 | |
parent | bd83927ca2a4018b80d6a2123169891f98f3663c [diff] |
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>