commit | 5b33660c54e56aaee4485a9d283d4d33fb77001c | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Aug 07 16:47:25 2024 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Aug 09 16:03:19 2024 -0600 |
tree | 7ca9d07624d2bb753f9f611e20c2710fd0ea7ae8 | |
parent | b254a8359ecdc8ec85cd93e055c6bbeee259df1d [diff] |
sandbox: Add ELF file to VPL u-boot.img At present sandbox builds package up u-boot.bin in the .img file. This cannot actually be executed, since it is not an ELF file. For sandbox_vpl we want to be able to run the full boot flow. Adjust the build rule for sandbox_vpl to package the ELF file and thereby allow full testing of the sandbox transition from SPL to U-Boot proper. Signed-off-by: Simon Glass <sjg@chromium.org>