fdt: Add support for a separate device tree (CONFIG_OF_SEPARATE)
authorSimon Glass <sjg@chromium.org>
Mon, 24 Oct 2011 19:15:31 +0000 (19:15 +0000)
committerWolfgang Denk <wd@denx.de>
Wed, 26 Oct 2011 19:39:26 +0000 (21:39 +0200)
commit2c0f79e44bfdc592913b96aeeb7ecc5acca6eb37
treea18e02762410787513411423f9d6989cfd698d31
parentbbb0b128c3956ac549471addc314702fbe0ace63
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>
.gitignore
Makefile
README