Skip to content
  • Vineet Gupta's avatar
    ARC: [build] Allow uncompressed uImage · 104058ed
    Vineet Gupta authored
    
    
    The existing uImage target always generates gzip compressed image which
    drags bootup for some very slow FPGA customer boards.
    
    So introduce seperate make targets:uImage.{bin,gz} with uncompressed
    being default. Also tie gz generation to CONFIG_KERNEL_GZIP, which a
    platform can select in it's Kconfig if it wishes gz to be default.
    
    Signed-off-by: default avatarVineet Gupta <vgupta@synopsys.com>
    104058ed