summaryrefslogtreecommitdiffstats
path: root/dts/Makefile
diff options
context:
space:
mode:
authorStephen Warren <swarren@nvidia.com>2013-07-24 10:09:21 -0700
committerTom Rini <trini@ti.com>2013-08-02 18:29:32 -0400
commit8ad723acd7e9b09b44cd23d1bd7a610645779a18 (patch)
treea7edb807df6760d78a24e01d98c97138f2d747ab /dts/Makefile
parent6e8e0311ccc78d93fef91a3c8c5ce711f5b9c6b0 (diff)
downloadtalos-obmc-uboot-8ad723acd7e9b09b44cd23d1bd7a610645779a18.tar.gz
talos-obmc-uboot-8ad723acd7e9b09b44cd23d1bd7a610645779a18.zip
dts/Makefile: don't define ARCH_CPU_DTS, BOARD_DTS
Now that nothing uses the defines ARCH_CPU_DTS, BOARD_DTS, stop defining them. Signed-off-by: Stephen Warren <swarren@nvidia.com> Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'dts/Makefile')
-rw-r--r--dts/Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/dts/Makefile b/dts/Makefile
index 4eb5a050df..5dbf59be2f 100644
--- a/dts/Makefile
+++ b/dts/Makefile
@@ -17,18 +17,11 @@ $(error Please define CONFIG_DEFAULT_DEVICE_TREE in your board header file))
DEVICE_TREE = $(subst ",,$(CONFIG_DEFAULT_DEVICE_TREE))
endif
-$(if $(CONFIG_ARCH_DEVICE_TREE),,\
-$(error Your architecture does not have device tree support enabled. \
-Please define CONFIG_ARCH_DEVICE_TREE))
-
DTS_INCDIRS = $(SRCTREE)/board/$(VENDOR)/$(BOARD)/dts
DTS_INCDIRS += $(SRCTREE)/board/$(VENDOR)/dts
DTS_INCDIRS += $(SRCTREE)/arch/$(ARCH)/dts
-# We preprocess the device tree file provide a useful define
DTS_CPPFLAGS := -x assembler-with-cpp \
- -DARCH_CPU_DTS=\"$(SRCTREE)/arch/$(ARCH)/dts/$(CONFIG_ARCH_DEVICE_TREE).dtsi\" \
- -DBOARD_DTS=\"$(SRCTREE)/board/$(VENDOR)/$(BOARD)/dts/$(DEVICE_TREE).dts\" \
-nostdinc $(addprefix -I,$(DTS_INCDIRS))
DTC_FLAGS := -R 4 -p 0x1000 \
OpenPOWER on IntegriCloud