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

sandbox: Add CONFIG_OF_HOSTFILE to read FDT from host file


With sandbox it is tricky to add an FDT to the image at build time (or
later) since we build an ELF file, not a plain binary, and the address
space of the whole U-Boot is not accessible in the emulated memory map
of sandbox.

Sandbox can read files directly from the host, though, so add an option
to read an FDT from a host file on start-up.

Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
parent a733b06b
No related branches found
No related tags found
No related merge requests found
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