commit | 2299d04fbebafa7610afb16c7f63e3c66f78630b | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Feb 15 19:02:37 2025 -0700 |
committer | Simon Glass <sjg@chromium.org> | Tue May 27 10:07:39 2025 +0100 |
tree | 47c41b8fc91c539ad079bd70eec0369e6de3d503 | |
parent | 082cd210af4ace69a6b52b76876c33253960531b [diff] |
binman: x86: Write skip-at-start when end-at-4gb is used The end-at-4gb property implies a value for skip-at-start so add it into the output FDT so that U-Boot can read it. Now that skip-at-start is implemented, we can drop the workarounds used in the x86 code to obtain the correct image-pos value. Signed-off-by: Simon Glass <sjg@chromium.org>