]> git.dujemihanovic.xyz Git - u-boot.git/commit
sandbox: Add ELF file to VPL u-boot.img
authorSimon Glass <sjg@chromium.org>
Wed, 7 Aug 2024 22:47:25 +0000 (16:47 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 9 Aug 2024 22:03:19 +0000 (16:03 -0600)
commit5b33660c54e56aaee4485a9d283d4d33fb77001c
tree7ca9d07624d2bb753f9f611e20c2710fd0ea7ae8
parentb254a8359ecdc8ec85cd93e055c6bbeee259df1d
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>
Makefile