]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
sandbox: Build a device tree file for sandbox
authorSimon Glass <sjg@chromium.org>
Wed, 26 Feb 2014 22:59:14 +0000 (15:59 -0700)
committerTom Rini <trini@ti.com>
Tue, 4 Mar 2014 17:15:28 +0000 (12:15 -0500)
commit714a5621c2df0b1cfce525b9add071fc9bfd726b
tree74046d9f8bc03378d7d4daf67df27189b7df705b
parent1ace4022394eacbdae12e7275c445699f8ad4833
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>
Makefile
arch/sandbox/config.mk
arch/sandbox/dts/Makefile [new file with mode: 0644]
arch/sandbox/dts/sandbox.dts [new file with mode: 0644]
include/configs/sandbox.h