commit | c01853c5a2661999b1bc5ae12e93d549713e3178 | [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 | 3dbd4aed123e97445d4aeca6ed159bb955717d65 [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>