Re: [U-Boot] [PATCH v5 13/41] rockchip: Add the rkimage format to mkimage

2015-09-03 Thread Simon Glass
Applied to u-boot-rockchip. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH v5 13/41] rockchip: Add the rkimage format to mkimage

2015-08-30 Thread Simon Glass
Rockchip SoCs require certain formats for code that they execute, The simplest format is a 4-byte header at the start of a binary file. Add support for this so that we can create images that the boot ROM understands. Signed-off-by: Simon Glass --- Changes in v5: None Changes in v4: None Changes