> On Mar 26, 2015, at 4:57 AM, Lucas Stach <[email protected]> wrote: > > 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 <[email protected]> > --- > arch/arm/mach-highbank/Kconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm/mach-highbank/Kconfig b/arch/arm/mach-highbank/Kconfig > index 950810b57517..8af480861c3f 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
you can run wihtout it as the oftree code is only used if you decide to use the dtb provided by the firmware as example on qemu so nack on this one Best Regards, J. > > endchoice > -- > 2.1.4 > > > _______________________________________________ > barebox mailing list > [email protected] > http://lists.infradead.org/mailman/listinfo/barebox _______________________________________________ barebox mailing list [email protected] http://lists.infradead.org/mailman/listinfo/barebox
