浏览代码

ARM: UniPhier: update CONFIG_BOOTARGS

Both "earlyprintk" and "loglevel=8" should be useful for the
development.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Masahiro Yamada 10 年之前
父节点
当前提交
ad6670ee12
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      include/configs/uniphier.h

+ 1 - 1
include/configs/uniphier.h

@@ -221,7 +221,7 @@
 	"ip=$ipaddr:$serverip:$gatewayip:$netmask:$hostname:$netdev:off;" \
 	"tftpboot; bootm;"
 
-#define CONFIG_BOOTARGS		" user_debug=0x1f init=/sbin/init"
+#define CONFIG_BOOTARGS		" earlyprintk loglevel=8"
 
 #ifdef CONFIG_FIT
 #define CONFIG_BOOTFILE			"fitImage"