sandbox: Build a device tree file for sandbox
Add support for building a device tree for sandbox's CONFIG_OF_HOSTFILE
option to make it easier to use device tree with sandbox.
This adjusts the Makefile to build a u-boot.dtb file which can be passed
to sandbox U-Boot with:
./u-boot -d u-boot.dtb
Signed-off-by:
Simon Glass <sjg@chromium.org>
Showing
- Makefile 1 addition, 0 deletionsMakefile
- arch/sandbox/config.mk 2 additions, 0 deletionsarch/sandbox/config.mk
- arch/sandbox/dts/Makefile 11 additions, 0 deletionsarch/sandbox/dts/Makefile
- arch/sandbox/dts/sandbox.dts 20 additions, 0 deletionsarch/sandbox/dts/sandbox.dts
- include/configs/sandbox.h 1 addition, 0 deletionsinclude/configs/sandbox.h
Loading
Please register or sign in to comment