Skip to content

Commit

Permalink
config: don't define CONFIG_ARCH_DEVICE_TREE
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
nvswarren authored and trini committed Aug 2, 2013
1 parent 8ad723a commit 0652028
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 60 deletions.
19 changes: 0 additions & 19 deletions arch/arm/cpu/armv7/tegra114/config.mk

This file was deleted.

10 changes: 0 additions & 10 deletions arch/arm/cpu/armv7/tegra20/config.mk

This file was deleted.

19 changes: 0 additions & 19 deletions arch/arm/cpu/armv7/tegra30/config.mk

This file was deleted.

2 changes: 0 additions & 2 deletions arch/microblaze/config.mk
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,3 @@ CONFIG_STANDALONE_LOAD_ADDR ?= 0x80F00000
PLATFORM_CPPFLAGS += -ffixed-r31 -D__microblaze__

LDSCRIPT ?= $(SRCTREE)/$(CPUDIR)/u-boot.lds

CONFIG_ARCH_DEVICE_TREE := microblaze
7 changes: 0 additions & 7 deletions arch/x86/cpu/coreboot/config.mk

This file was deleted.

3 changes: 1 addition & 2 deletions doc/README.fdt-control
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
1 change: 0 additions & 1 deletion include/configs/exynos5250-dt.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
#define CONFIG_DISPLAY_BOARDINFO

/* Enable fdt support for Exynos5250 */
#define CONFIG_ARCH_DEVICE_TREE exynos5250
#define CONFIG_OF_CONTROL
#define CONFIG_OF_SEPARATE

Expand Down

0 comments on commit 0652028

Please sign in to comment.