commit | b9fa8579be4dcde3333d83f2fc9ce2e6f3b90dc0 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Jul 08 13:18:37 2019 -0600 |
committer | Simon Glass <sjg@chromium.org> | Tue Jul 23 20:27:57 2019 -0700 |
tree | 4a6b9eeea69604c3fb25ed59a297505ca36e32ce | |
parent | 40778d71cb23f7a511f9feb142939b2dfc0a68bb [diff] |
binman: Assume Intel descriptor is at the start of the image At present binman requires that the Intel descriptor has an explicit offset. Generally this is 0 since the descriptor is at the start of the image. Add a default to handle this, so users don't need to specify the offset. Signed-off-by: Simon Glass <sjg@chromium.org>