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-27 08:09:34 +0200
commit5106fcfaf98e1675f2c0d5a3e2e9f08e8758be3d (patch)
tree6f612813d9cf0d69d74202f9aec7d1bf12cb3dda /arch
parentc0fed5666adf293bedc8b198f3f006e0fe4ec340 (diff)
downloadbarebox-5106fcfaf98e1675f2c0d5a3e2e9f08e8758be3d.tar.gz
barebox-5106fcfaf98e1675f2c0d5a3e2e9f08e8758be3d.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