[PATCH 3/4] ARM: highbank: select OFTREE
Jean-Christophe PLAGNIOL-VILLARD
plagnioj at jcrosoft.com
Wed Mar 25 20:58:12 PDT 2015
> On Mar 26, 2015, at 4:57 AM, Lucas Stach <l.stach at pengutronix.de> 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 <l.stach at pengutronix.de>
> ---
> 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
> barebox at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/barebox
More information about the barebox
mailing list