From 2c0f79e44bfdc592913b96aeeb7ecc5acca6eb37 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Mon, 24 Oct 2011 19:15:31 +0000 Subject: 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 --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 320d21e6c4..70a11f7850 100644 --- a/.gitignore +++ b/.gitignore @@ -35,6 +35,7 @@ /u-boot.dis /u-boot.lds /u-boot.ubl +/u-boot.dtb # # Generated files -- cgit v1.2.1