commit | 3efab266fdecbf03c490d65d26f3c2740accec88 | [log] [tgz] |
---|---|---|
author | Philipp Tomsich <philipp.tomsich@theobroma-systems.com> | Mon Apr 17 17:48:04 2017 +0200 |
committer | Simon Glass <sjg@chromium.org> | Wed May 10 13:37:21 2017 -0600 |
tree | 2d776b4d9f9dc3f13770f0ca3fca1da5aad97e6e | |
parent | 0e28d036603b6cc55690b173722b26a477dd607c [diff] |
rockchip: mkimage: clarify header0 initialisation This change set adds documentation to the header0 initialisation and improves readability for the calculations of various offsets/lengths. As the U-Boot SPL stage doesn't use any payload beyond what is covered by init_size, we no longer add RK_MAX_BOOT_SIZE to init_boot_size. Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com> Acked-by: Simon Glass <sjg@chromium.org>