Rename CONFIG_DEBUG_VERBOSE to CONFIG_DEBUG_INFO

This commit is contained in:
Gregory Nutt 2016-06-11 11:50:38 -06:00
parent ee8a62f009
commit 56e75e9db8
50 changed files with 56 additions and 56 deletions

View file

@ -61,7 +61,7 @@
#ifdef CONFIG_DEBUG_CXX
# define cxxdbg dbg
# define cxxlldbg lldbg
# ifdef CONFIG_DEBUG_VERBOSE
# ifdef CONFIG_DEBUG_INFO
# define cxxvdbg vdbg
# define cxxllvdbg llvdbg
# else