u-boot-brain/arch/sandbox
Simon Glass f828bf25fe 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: Simon Glass <sjg@chromium.org>
2013-05-01 11:17:21 -04:00
..
cpu sandbox: Add CONFIG_OF_HOSTFILE to read FDT from host file 2013-05-01 11:17:21 -04:00
include/asm sandbox: Add CONFIG_OF_HOSTFILE to read FDT from host file 2013-05-01 11:17:21 -04:00
lib sandbox: Switch over to generic board 2013-05-01 11:17:21 -04:00
config.mk sandbox: Switch over to generic board 2013-05-01 11:17:21 -04:00