diff options
Diffstat (limited to 'doc/README.fdt-control')
| -rw-r--r-- | doc/README.fdt-control | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/doc/README.fdt-control b/doc/README.fdt-control index 4b290609f..86bae6816 100644 --- a/doc/README.fdt-control +++ b/doc/README.fdt-control @@ -119,8 +119,7 @@ file into  	board/<vendor>/dts/<name>.dts  This should include your CPU or SOC's device tree file, placed in -arch/<arch>/dts, and then make any adjustments required. The name of this -is CONFIG_ARCH_DEVICE_TREE.dts. +arch/<arch>/dts, and then make any adjustments required.  If CONFIG_OF_EMBED is defined, then it will be picked up and built into  the U-Boot image (including u-boot.bin). |