aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorDavid Vrabel <david.vrabel@citrix.com>2012-02-22 14:33:23 +0000
committerDavid Vrabel <david.vrabel@citrix.com>2012-02-22 14:33:23 +0000
commit5d22304c12dd901dff3a53284a303f1361255a97 (patch)
tree0c33be578aba5df422a7adf41bf03ec8e612f0c3 /config
parent755e51295777311c384efa233967b35123287d4b (diff)
downloadxen-5d22304c12dd901dff3a53284a303f1361255a97.tar.gz
xen-5d22304c12dd901dff3a53284a303f1361255a97.tar.bz2
xen-5d22304c12dd901dff3a53284a303f1361255a97.zip
arm: move check for CONFIG_DTB_FILE to xen/arch/arm/Makefile
CONFIG_DTB_FILE only needs to be set when building Xen itself. Signed-off-by: David Vrabel <david.vrabel@citrix.com> Acked-by: Ian Campbell <ian.campbell@citrix.com> Committed-by: Ian Campbell <Ian.Campbell@citrix.com>
Diffstat (limited to 'config')
-rw-r--r--config/arm.mk6
1 files changed, 0 insertions, 6 deletions
diff --git a/config/arm.mk b/config/arm.mk
index f20fd2db0b..f64f0c1c83 100644
--- a/config/arm.mk
+++ b/config/arm.mk
@@ -16,9 +16,3 @@ LDFLAGS_DIRECT_Linux = _linux
LDFLAGS_DIRECT += -marmelf$(LDFLAGS_DIRECT_$(XEN_OS))_eabi
CONFIG_LOAD_ADDRESS ?= 0x80000000
-
-# XXX: When running on the model there is no bootloader to provide a
-# device tree. It must be linked into Xen.
-ifndef CONFIG_DTB_FILE
-$(error CONFIG_DTB_FILE must be set to the absolute filename of a DTB)
-endif