Re: [PATCH V2 01/19] csky: Build infrastructure

From: Rob Herring
Date: Mon Jul 02 2018 - 23:34:10 EST


On Sun, Jul 1, 2018 at 11:36 AM Guo Ren <ren_guo@xxxxxxxxx> wrote:
>
> Signed-off-by: Guo Ren <ren_guo@xxxxxxxxx>
> ---

[...]

> +config CSKY_BUILTIN_DTB
> + bool "Use kernel builtin dtb"
> +
> +config CSKY_BUILTIN_DTB_NAME
> + string "kernel builtin dtb name"
> + depends on CSKY_BUILTIN_DTB
> +endmenu

These options generally exist for backwards compatibility with legacy
bootloaders that don't support DT which shouldn't apply here given
this is a new arch. If we need this for other reasons, it should not
be an architecture specific option.

Rob