summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorLucas Stach <l.stach@pengutronix.de>2015-03-25 21:57:41 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2015-04-20 13:19:51 +0200
commitdbe6023074ee5105faf74bee1beef82446239d59 (patch)
tree05268ebaa2efc7769a5823ea065406591c0392ef /arch
parent11045f866dd3b924d025faa86c41bd4dd3a9236a (diff)
downloadbarebox-dbe6023074ee5105faf74bee1beef82446239d59.tar.gz
barebox-dbe6023074ee5105faf74bee1beef82446239d59.tar.xz
ARM: highbank: select OFTREE
The board code uses quite a few OF functions and it doesn't seem reasonable to run this board without DT support. Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-highbank/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-highbank/Kconfig b/arch/arm/mach-highbank/Kconfig
index 950810b575..8af480861c 100644
--- a/arch/arm/mach-highbank/Kconfig
+++ b/arch/arm/mach-highbank/Kconfig
@@ -9,6 +9,7 @@ choice
config MACH_HIGHBANK
bool "Calxeda Highbank"
+ select OFTREE
select HAVE_DEFAULT_ENVIRONMENT_NEW
endchoice