• Simon Glass's avatar
    rockchip: Add support for the SD image · f9a3c278
    Simon Glass authored
    
    
    The Rockchip boot ROM requires a particular file format. It consists of
    64KB of zeroes, a 512-byte header encoded with RC4, and then some executable
    code.
    
    Add support to mkimage so that an SPL image (u-boot-spl-dtb.bin) can be
    converted to this format.
    
    Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
    f9a3c278