commit | 0aef2f23365b24b2e51b22c5357e4821e3662059 | [log] [tgz] |
---|---|---|
author | Peng Fan <peng.fan@nxp.com> | Mon Sep 23 10:18:44 2019 +0800 |
committer | Stefano Babic <sbabic@denx.de> | Tue Oct 08 16:36:36 2019 +0200 |
tree | 1eb94144642dfea3a90911eb33426a1da78552db | |
parent | 59a6273261040251259f95d44ff76843adc6c6e5 [diff] |
imx8: Add support to get container image set size To avoid hardcoded offset when adding u-boot.cnt to flash.bin, we use flexible offset which is calculated based on the size of the container image generated int the first stage. And pad u-boot.cnt at 1KB alignment. So add code to get the offset when SPL loading u-boot.cnt. Signed-off-by: Ye Li <ye.li@nxp.com> Signed-off-by: Peng Fan <peng.fan@nxp.com>