projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d259449
)
ARM: UniPhier: update CONFIG_BOOTARGS
author
Masahiro Yamada
<
[email protected]
>
Tue, 21 Jul 2015 05:04:21 +0000
(14:04 +0900)
committer
Masahiro Yamada
<
[email protected]
>
Thu, 23 Jul 2015 14:42:13 +0000
(23:42 +0900)
Both "earlyprintk" and "loglevel=8" should be useful for the
development.
Signed-off-by: Masahiro Yamada <
[email protected]
>
include/configs/uniphier.h
patch
|
blob
|
history
diff --git
a/include/configs/uniphier.h
b/include/configs/uniphier.h
index 0a86c8d19cb391e42ed7a9ab8e1603b409814245..5ec60d605f228253fe82143f0398e07f45cc22b6 100644
(file)
--- 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"