summaryrefslogtreecommitdiffstats
path: root/doc/README.fdt-control
diff options
context:
space:
mode:
authorStephen Warren <swarren@nvidia.com>2013-07-24 10:09:22 -0700
committerTom Rini <trini@ti.com>2013-08-02 18:30:11 -0400
commit065202803d5d747bd3e551e27c61b6f3e60d6d7b (patch)
tree1e73b64f5f15868c9f52bdeb19cdf4dc21f62fe2 /doc/README.fdt-control
parent8ad723acd7e9b09b44cd23d1bd7a610645779a18 (diff)
downloadtalos-obmc-uboot-065202803d5d747bd3e551e27c61b6f3e60d6d7b.tar.gz
talos-obmc-uboot-065202803d5d747bd3e551e27c61b6f3e60d6d7b.zip
config: don't define CONFIG_ARCH_DEVICE_TREE
Now that nothing uses CONFIG_ARCH_DEVICE_TREE, stop defining it. Signed-off-by: Stephen Warren <swarren@nvidia.com> Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'doc/README.fdt-control')
-rw-r--r--doc/README.fdt-control3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/README.fdt-control b/doc/README.fdt-control
index 4b290609fc..86bae6816d 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).
OpenPOWER on IntegriCloud