summaryrefslogtreecommitdiff
path: root/target/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'target/Makefile')
-rw-r--r--target/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/Makefile b/target/Makefile
index e14f02398..99404d99d 100644
--- a/target/Makefile
+++ b/target/Makefile
@@ -63,7 +63,7 @@ ifeq ($(ADK_RUNTIME_QUIET_INIT),y)
$(BUILD_DIR)/.kernelconfig.board
endif
ifeq ($(ADK_QUIET_KERNEL),y)
- @$(SED) 's#^\(CONFIG_.*CMDLINE="\)\(.*\)"#\1\2 quiet loglevel=2 vt.global_cursor_default=0"#' \
+ @$(SED) 's#^\(CONFIG_.*CMDLINE="\)\(.*\)"#\1\2 quiet loglevel=2 consoleblank=0 vt.global_cursor_default=0"#' \
$(BUILD_DIR)/.kernelconfig.board
endif
ifeq ($(ADK_KERNEL_DEBUG_WITH_KGDB),y)