init: downgrade ENABLE_DEBUG_INIT to just a #define to prevent people

from selecting it in error. It has to be used ONLY for debugging
 init, never in production, as resulting init has serious differences.
This commit is contained in:
Denis Vlasenko
2008-10-21 17:14:26 +00:00
parent 37890e2f37
commit 5cb54b5adc
4 changed files with 7 additions and 13 deletions

View File

@ -367,7 +367,6 @@ CONFIG_FEATURE_XARGS_SUPPORT_ZERO_TERM=y
# Init Utilities
#
CONFIG_INIT=y
# CONFIG_DEBUG_INIT is not set
CONFIG_FEATURE_USE_INITTAB=y
# CONFIG_FEATURE_KILL_REMOVED is not set
CONFIG_FEATURE_KILL_DELAY=0