9
0
Fork 0

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>
This commit is contained in:
Lucas Stach 2015-03-25 21:57:41 +01:00 committed by Sascha Hauer
parent c0fed5666a
commit 5106fcfaf9
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ choice
config MACH_HIGHBANK
bool "Calxeda Highbank"
select OFTREE
select HAVE_DEFAULT_ENVIRONMENT_NEW
endchoice