diff mbox

[U-Boot,4/7] ARM: UniPhier: update CONFIG_BOOTARGS

Message ID 1437455064-30839-5-git-send-email-yamada.masahiro@socionext.com
State Accepted
Delegated to: Masahiro Yamada
Headers show

Commit Message

Masahiro Yamada July 21, 2015, 5:04 a.m. UTC
Both "earlyprintk" and "loglevel=8" should be useful for the
development.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
---

 include/configs/uniphier.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

diff --git a/include/configs/uniphier.h b/include/configs/uniphier.h
index 0a86c8d..5ec60d6 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"