diff options
author | Stephen Warren | 2013-07-24 10:09:22 -0700 |
---|---|---|
committer | Tom Rini | 2013-08-02 18:30:11 -0400 |
commit | 065202803d5d747bd3e551e27c61b6f3e60d6d7b (patch) | |
tree | 1e73b64f5f15868c9f52bdeb19cdf4dc21f62fe2 /doc | |
parent | 8ad723acd7e9b09b44cd23d1bd7a610645779a18 (diff) |
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')
-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 4b290609fcb..86bae6816d8 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). |