Skip to content
  • Stefan Roese's avatar
    tools/kwbimage.c: Fix generation of binary header · ea8b6877
    Stefan Roese authored
    
    
    The binary header ends with one lword, defining if another header
    follows this one. This additions 4 bytes need to be taken into
    account in the generation of the header size. And the complete
    4 bytes at the end of this binary header need to get cleared.
    
    Signed-off-by: default avatarStefan Roese <sr@denx.de>
    Cc: Luka Perkov <luka.perkov@sartura.hr>
    Cc: Kevin Smith <kevin.smith@elecsyscorp.com>
    ea8b6877