summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2015-07-21 14:04:21 +0900
committerMasahiro Yamada <yamada.masahiro@socionext.com>2015-07-23 23:42:13 +0900
commitad6670ee12a1783aeb54881fa5bb2e5582ba2dbc (patch)
treec6efc515eb390e128f9ffb9cb215eda719e2e2a3 /include
parentd25944957dce7cc6e2f5c1ce4fbeaca4a04e49f2 (diff)
downloadtalos-obmc-uboot-ad6670ee12a1783aeb54881fa5bb2e5582ba2dbc.tar.gz
talos-obmc-uboot-ad6670ee12a1783aeb54881fa5bb2e5582ba2dbc.zip
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.h2
1 files changed, 1 insertions, 1 deletions
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"
OpenPOWER on IntegriCloud