From ad6670ee12a1783aeb54881fa5bb2e5582ba2dbc Mon Sep 17 00:00:00 2001 From: Masahiro Yamada Date: Tue, 21 Jul 2015 14:04:21 +0900 Subject: [PATCH] ARM: UniPhier: update CONFIG_BOOTARGS Both "earlyprintk" and "loglevel=8" should be useful for the development. Signed-off-by: Masahiro Yamada --- include/configs/uniphier.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/uniphier.h b/include/configs/uniphier.h index 0a86c8d19c..5ec60d605f 100644 --- a/include/configs/uniphier.h +++ b/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"