[PATCH] arm64: Make CONFIG_CMDLINE behavior configurable

Matija Glavinic Pecotic matija.glavinic-pecotic.ext at nokia.com
Tue Sep 29 15:09:00 EDT 2020


On 09/29/2020 10:46 AM, Matija Glavinic Pecotic wrote:
> diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig
> index 6d232837cbee..0a03db76aa5a 100644
> --- a/arch/arm64/Kconfig
> +++ b/arch/arm64/Kconfig
> @@ -1824,14 +1824,32 @@ config CMDLINE
>  	  entering them here. As a minimum, you should specify the the
>  	  root device (e.g. root=/dev/nfs).
>  
> +choice
> +	prompt "Kernel command line type" if CMDLINE != ""
> +	default CMDLINE_FROM_BOOTLOADER
> +	depends on ATAGS

I just noticed, ATAGS is surplus, needs to be removed.

Regards,

Matija



More information about the linux-arm-kernel mailing list