commit | 714a5621c2df0b1cfce525b9add071fc9bfd726b | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Feb 26 15:59:14 2014 -0700 |
committer | Tom Rini <trini@ti.com> | Tue Mar 04 12:15:28 2014 -0500 |
tree | 74046d9f8bc03378d7d4daf67df27189b7df705b | |
parent | 1ace4022394eacbdae12e7275c445699f8ad4833 [diff] |
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>