[PATCH v9 10/12] actions: Move defconfig options to Kconfig

Manivannan Sadhasivam manivannan.sadhasivam at linaro.org
Sun Apr 5 09:16:07 CEST 2020


On Wed, Apr 01, 2020 at 12:49:33PM +0530, Amit Singh Tomar wrote:
> This patch moves some of the config options from bubblegum_96_defconfig
> to platform specific Kconfig file.
> 
> Reviewed-by: Andre Przywara <andre.przywara at arm.com>
> Signed-off-by: Amit Singh Tomar <amittomer25 at gmail.com>

Reviewed-by: Manivannan Sadhasivam <manivannan.sadhasivam at linaro.org>

Thanks,
Mani

> ---
> Changes since v8:
>         * No changes.
> Changes since v7:
>         * No changes.
> Changes since v6:
>         * remove unnecessary string from SYS_PROMPT.
> Changes since v5:
>         * Newly added patch, was not there in earlier versions.
> ---
>  arch/arm/mach-owl/Kconfig      | 15 +++++++++++++++
>  configs/bubblegum_96_defconfig |  5 -----
>  2 files changed, 15 insertions(+), 5 deletions(-)
> 
> diff --git a/arch/arm/mach-owl/Kconfig b/arch/arm/mach-owl/Kconfig
> index cde2ade..2b5d725 100644
> --- a/arch/arm/mach-owl/Kconfig
> +++ b/arch/arm/mach-owl/Kconfig
> @@ -24,4 +24,19 @@ config SYS_SOC
>          default "s900" if MACH_S900
>          default "s700" if MACH_S700
>  
> +config DISTRO_DEFAULTS
> +	default y
> +
> +config NR_DRAM_BANKS
> +	default 1
> +
> +config SYS_RELOC_GD_ENV_ADDR
> +	default y
> +
> +config SYS_PROMPT
> +	default "U-Boot => "
> +
> +config DISPLAY_BOARDINFO
> +	default n
> +
>  endif
> diff --git a/configs/bubblegum_96_defconfig b/configs/bubblegum_96_defconfig
> index e76e9a2..0883167 100644
> --- a/configs/bubblegum_96_defconfig
> +++ b/configs/bubblegum_96_defconfig
> @@ -1,19 +1,14 @@
>  CONFIG_ARM=y
>  CONFIG_ARCH_OWL=y
>  CONFIG_ENV_SIZE=0x2000
> -CONFIG_NR_DRAM_BANKS=1
>  CONFIG_MACH_S900=y
>  CONFIG_IDENT_STRING="\nBubblegum-96"
> -CONFIG_DISTRO_DEFAULTS=y
>  CONFIG_BOOTDELAY=5
>  CONFIG_USE_BOOTARGS=y
>  CONFIG_BOOTARGS="console=ttyOWL5,115200n8"
>  # CONFIG_DISPLAY_CPUINFO is not set
> -# CONFIG_DISPLAY_BOARDINFO is not set
> -CONFIG_SYS_PROMPT="U-Boot => "
>  CONFIG_CMD_MD5SUM=y
>  CONFIG_CMD_MEMINFO=y
>  CONFIG_CMD_CACHE=y
>  CONFIG_CMD_TIMER=y
>  CONFIG_DEFAULT_DEVICE_TREE="bubblegum_96"
> -CONFIG_SYS_RELOC_GD_ENV_ADDR=y
> -- 
> 2.7.4
> 


More information about the U-Boot mailing list