commit | 5cb34db226cdf633b8abed70314fc9f309493fae | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Oct 24 19:15:31 2011 +0000 |
committer | Wolfgang Denk <wd@denx.de> | Wed Oct 26 21:39:26 2011 +0200 |
tree | a18e02762410787513411423f9d6989cfd698d31 | |
parent | 38d6b8d9e520c45023ff011a9674401420f2f41d [diff] |
fdt: Add support for a separate device tree (CONFIG_OF_SEPARATE) This adds support for an FDT to be build as a separate binary file called u-boot.dtb. This can be concatenated with the U-Boot binary to provide a device tree located at run-time by U-Boot. The Makefile is modified to provide this file in u-boot-dtb.bin. Signed-off-by: Simon Glass <sjg@chromium.org>