• S
    rockchip: Add support for the SD image · f9a3c278
    Simon Glass 提交于
    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: NSimon Glass <sjg@chromium.org>
    f9a3c278
Makefile 6.6 KB