summaryrefslogtreecommitdiffstats
path: root/commands
diff options
context:
space:
mode:
authorAhmad Fatoum <a.fatoum@pengutronix.de>2020-04-06 07:54:35 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2020-04-14 11:49:42 +0200
commitc18312ba7282144ab60df5fe1783d47783e1f0cc (patch)
tree0e61c18bb0dcc1e255084a13af410046ad0acf4c /commands
parent50405ada952d1e9d2ce5c9e5a7983acbd17bd3e2 (diff)
downloadbarebox-c18312ba7282144ab60df5fe1783d47783e1f0cc.tar.gz
barebox-c18312ba7282144ab60df5fe1783d47783e1f0cc.tar.xz
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 <a.fatoum@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'commands')
-rw-r--r--commands/Kconfig2
1 files changed, 1 insertions, 1 deletions
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