From c18312ba7282144ab60df5fe1783d47783e1f0cc Mon Sep 17 00:00:00 2001 From: Ahmad Fatoum Date: Mon, 6 Apr 2020 07:54:35 +0200 Subject: commands: remove CONFIG_ prefix from Kconfig symbol Kconfig symbols, unlike their preprocessor counterparts, don't have this prefix. Drop it. Signed-off-by: Ahmad Fatoum Signed-off-by: Sascha Hauer --- commands/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands') diff --git a/commands/Kconfig b/commands/Kconfig index 7784966282..a0c2828983 100644 --- a/commands/Kconfig +++ b/commands/Kconfig @@ -1871,7 +1871,7 @@ config CMD_SMC bool depends on ARM_SMCCC prompt "PSCI test command" - default CONFIG_ARM_PSCI_DEBUG + default ARM_PSCI_DEBUG help Secure monitor code test command -- cgit v1.2.3