Skip to content
  • Nikita Shubin's avatar
    imxtract: specify max gunzip size · 05e8e240
    Nikita Shubin authored and Tom Rini's avatar Tom Rini committed
    
    
    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: default avatarNikita Shubin <n.shubin@yadro.com>
    Reviewed-by: Simon Glass's avatarSimon Glass <sjg@chromium.org>
    05e8e240