summarylogtreecommitdiffstats
path: root/boot.txt
diff options
context:
space:
mode:
authorJack Chen2020-11-27 16:44:39 +0800
committerJack Chen2020-11-27 16:44:39 +0800
commit8bf6e7a275de5ca4aa48502d76002494a916df5c (patch)
treeba679af19744bac5718984ebd6933d653ca159d8 /boot.txt
parentb1f2042942492cb8cbc97857d7537da2ff96e9fb (diff)
downloadaur-8bf6e7a275de5ca4aa48502d76002494a916df5c.tar.gz
update PKGBUILD
Diffstat (limited to 'boot.txt')
-rw-r--r--boot.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot.txt b/boot.txt
index 4569f7040721..ca44336813ed 100644
--- a/boot.txt
+++ b/boot.txt
@@ -1,6 +1,6 @@
# After modifying, run ./mkscr
-setenv bootargs earlyprintk root=/dev/%ROOTDEV% rw rootwait console=ttyS2,115200n8 console=tty1 loglevel=0
+setenv bootargs earlyprintk root=/dev/%ROOTDEV% rw rootwait console=ttyS2,115200n8 console=tty1 loglevel=3 quiet
if load ${devtype} ${devnum} ${kernel_addr_r} ${prefix}zImage; then
if load ${devtype} ${devnum} ${fdt_addr_r} ${prefix}dtbs/${fdtfile}; then