From 065202803d5d747bd3e551e27c61b6f3e60d6d7b Mon Sep 17 00:00:00 2001 From: Stephen Warren Date: Wed, 24 Jul 2013 10:09:22 -0700 Subject: config: don't define CONFIG_ARCH_DEVICE_TREE Now that nothing uses CONFIG_ARCH_DEVICE_TREE, stop defining it. Signed-off-by: Stephen Warren Acked-by: Simon Glass --- doc/README.fdt-control | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'doc/README.fdt-control') diff --git a/doc/README.fdt-control b/doc/README.fdt-control index 4b29060..86bae68 100644 --- a/doc/README.fdt-control +++ b/doc/README.fdt-control @@ -119,8 +119,7 @@ file into board//dts/.dts This should include your CPU or SOC's device tree file, placed in -arch//dts, and then make any adjustments required. The name of this -is CONFIG_ARCH_DEVICE_TREE.dts. +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). -- cgit v1.1