mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-06-21 22:21:36 +00:00
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>
This commit is contained in:
parent
d25944957d
commit
ad6670ee12
1 changed files with 1 additions and 1 deletions
|
@ -221,7 +221,7 @@
|
||||||
"ip=$ipaddr:$serverip:$gatewayip:$netmask:$hostname:$netdev:off;" \
|
"ip=$ipaddr:$serverip:$gatewayip:$netmask:$hostname:$netdev:off;" \
|
||||||
"tftpboot; bootm;"
|
"tftpboot; bootm;"
|
||||||
|
|
||||||
#define CONFIG_BOOTARGS " user_debug=0x1f init=/sbin/init"
|
#define CONFIG_BOOTARGS " earlyprintk loglevel=8"
|
||||||
|
|
||||||
#ifdef CONFIG_FIT
|
#ifdef CONFIG_FIT
|
||||||
#define CONFIG_BOOTFILE "fitImage"
|
#define CONFIG_BOOTFILE "fitImage"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue