]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - doc/README.fdt-control
Merge git://git.denx.de/u-boot-mips
[people/ms/u-boot.git] / doc / README.fdt-control
index c9656299053b4e21a0ae0cadb71b8249e322afb3..378b06b108d9e8bb7c834d585f0e1342eb7b0f46 100644 (file)
@@ -130,6 +130,10 @@ u-boot-dtb.bin which does the above step for you also. If you are using
 CONFIG_SPL_FRAMEWORK, then u-boot.img will be built to include the device
 tree binary.
 
+If CONFIG_OF_BOARD is defined, a board-specific routine will provide the
+device tree at runtime, for example if an earlier bootloader stage creates
+it and passes it to U-Boot.
+
 If CONFIG_OF_HOSTFILE is defined, then it will be read from a file on
 startup. This is only useful for sandbox. Use the -d flag to U-Boot to
 specify the file to read.