From: Masahiro Yamada Date: Tue, 21 Jul 2015 05:04:21 +0000 (+0900) Subject: ARM: UniPhier: update CONFIG_BOOTARGS X-Git-Tag: KARO-TX6-2015-09-18~1188 X-Git-Url: https://git.kernelconcepts.de/?a=commitdiff_plain;h=27613a2754bad886ac3e35d1670b596e6f75dd7a;p=karo-tx-uboot.git ARM: UniPhier: update CONFIG_BOOTARGS Both "earlyprintk" and "loglevel=8" should be useful for the development. Signed-off-by: Masahiro Yamada --- diff --git a/include/configs/uniphier.h b/include/configs/uniphier.h index 2d235ac23c..f48b8b7475 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"