commit | 0b7ebee38e5d9167360bc756fcfb72af8badc74f | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Sep 25 08:56:22 2019 -0600 |
committer | Bin Meng <bmeng.cn@gmail.com> | Tue Oct 08 13:57:44 2019 +0800 |
tree | f58135af8f05a58dad09b9b9eb2b7a60c45a6200 | |
parent | 2d553c006d46653f3e0367cc5bfe36a9c7128eb5 [diff] |
binman: Take account of skip-at-start with image-header The image-header currently sets it offset assuming that skip-at-start is zero. This does not work on x86 where offsets end at 4GB. Add in this value so that the offset is correct. Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Bin Meng <bmeng.cn@gmail.com>