Rename CONFIG_LIB_BOARDCTL to CONFIG_BOARDCTL

since boardctl isn't a libc feature

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao
2021-08-01 14:59:37 +08:00
committed by Abdelatif Guettouche
parent 967f526850
commit d4d2f13f89
27 changed files with 36 additions and 36 deletions

View File

@@ -51,7 +51,7 @@
* support.
*/
#if !defined(CONFIG_LIB_BOARDCTL) || !defined(CONFIG_BOARDCTL_APP_SYMTAB)
#if !defined(CONFIG_BOARDCTL) || !defined(CONFIG_BOARDCTL_APP_SYMTAB)
# undef CONFIG_SYSTEM_NSH_SYMTAB
#endif