Browse Source

disable cursor blinking in quiet mode

Waldemar Brodkorb 10 years ago
parent
commit
e9b04bc4f7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      target/Makefile

+ 1 - 1
target/Makefile

@@ -59,7 +59,7 @@ ifeq ($(ADK_RUNTIME_QUIET_INIT),y)
 		${BUILD_DIR}/.kernelconfig.board
 endif
 ifeq ($(ADK_QUIET_KERNEL),y)
-	@sed -i -e 's#^\(CONFIG_.*CMDLINE="\)\(.*\)"#\1\2 quiet loglevel=2"#' \
+	@sed -i -e 's#^\(CONFIG_.*CMDLINE="\)\(.*\)"#\1\2 quiet loglevel=2 vt.global_cursor_default=0"#' \
 		${BUILD_DIR}/.kernelconfig.board
 endif
 ifeq ($(ADK_KERNEL_DEBUG_WITH_KGDB),y)