diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2015-07-21 05:04:21 (GMT) |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2015-07-23 14:42:13 (GMT) |
commit | ad6670ee12a1783aeb54881fa5bb2e5582ba2dbc (patch) | |
tree | c6efc515eb390e128f9ffb9cb215eda719e2e2a3 /include | |
parent | d25944957dce7cc6e2f5c1ce4fbeaca4a04e49f2 (diff) | |
download | u-boot-ad6670ee12a1783aeb54881fa5bb2e5582ba2dbc.tar.xz |
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>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/uniphier.h | 2 |
1 files changed, 1 insertions, 1 deletions
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" |