[U-Boot] [PATCH 12/23] ARM: rmobile: salvator-x: Move OF_LIBFDT and CMD_FDT to board config

Nobuhiro Iwamatsu iwamatsu at nigauri.org
Sat May 13 21:40:41 UTC 2017


Applied to rmobile branch, thanks!

2017-05-13 22:57 GMT+09:00 Marek Vasut <marek.vasut at gmail.com>:
> Move these two Kconfig symbols to the salvator-x_defconfig.
>
> Signed-off-by: Marek Vasut <marek.vasut+renesas at gmail.com>
> Cc: Hiroyuki Yokoyama <hiroyuki.yokoyama.vx at renesas.com>
> Cc: Nobuhiro Iwamatsu <iwamatsu at nigauri.org>
> ---
>  configs/salvator-x_defconfig       | 2 ++
>  include/configs/rcar-gen3-common.h | 2 --
>  2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/configs/salvator-x_defconfig b/configs/salvator-x_defconfig
> index 8f9b5b5328..9fb0b898f1 100644
> --- a/configs/salvator-x_defconfig
> +++ b/configs/salvator-x_defconfig
> @@ -5,9 +5,11 @@ CONFIG_RCAR_GEN3=y
>  CONFIG_TARGET_SALVATOR_X=y
>  CONFIG_VERSION_VARIABLE=y
>  CONFIG_CMD_BOOTZ=y
> +CONFIG_CMD_FDT=y
>  CONFIG_R8A7795=y
>  # CONFIG_CMD_IMI is not set
>  # CONFIG_CMD_IMLS is not set
>  # CONFIG_CMD_XIMG is not set
>  CONFIG_DOS_PARTITION=y
>  # CONFIG_MMC is not set
> +CONFIG_OF_LIBFDT=y
> diff --git a/include/configs/rcar-gen3-common.h b/include/configs/rcar-gen3-common.h
> index 304478af07..6bc8ab18b6 100644
> --- a/include/configs/rcar-gen3-common.h
> +++ b/include/configs/rcar-gen3-common.h
> @@ -17,7 +17,6 @@
>  #define CONFIG_CMD_EXT2
>  #define CONFIG_CMD_EXT4
>  #define CONFIG_CMD_EXT4_WRITE
> -#define CONFIG_CMD_FDT
>
>  #define CONFIG_REMAKE_ELF
>
> @@ -34,7 +33,6 @@
>  #define CONFIG_SETUP_MEMORY_TAGS
>  #define CONFIG_INITRD_TAG
>  #define CONFIG_CMDLINE_EDITING
> -#define CONFIG_OF_LIBFDT
>
>  #undef CONFIG_SHOW_BOOT_PROGRESS
>
> --
> 2.11.0
>



-- 
Nobuhiro Iwamatsu
   iwamatsu at {nigauri.org / debian.org}
   GPG ID: 40AD1FA6


More information about the U-Boot mailing list