Skip to content
Snippets Groups Projects
Commit 5b33660c authored by Simon Glass's avatar Simon Glass Committed by Tom Rini
Browse files

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's avatarSimon Glass <sjg@chromium.org>
parent b254a835
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment