commit | e3b84dddf9b77433af398a55b18967dc8d9aeba9 | [log] [tgz] |
---|---|---|
author | Philipp Tomsich <philipp.tomsich@theobroma-systems.com> | Tue May 30 23:32:09 2017 +0200 |
committer | Simon Glass <sjg@chromium.org> | Wed Jun 07 07:29:22 2017 -0600 |
tree | 2cfe0fba450efa032e029d1f521115517f704e29 | |
parent | f0d09fb56239e65021d27ec7ec1baca36bdbec28 [diff] |
rockchip: mkimage: force 2KB alignment for init_size The Rockchip BootROM relies on init_size being aligned to 2KB (see https://lists.denx.de/pipermail/u-boot/2017-May/293268.html). This pads the image to 2KB both for SD card images and SPI images and uses a common symbolic constant for the alignment. Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com> Reviewed-by: Simon Glass <sjg@chromium.org>