summarylogtreecommitdiffstats
path: root/boot.txt
diff options
context:
space:
mode:
authorJack Chen2022-07-07 18:01:08 +0800
committerJack Chen2022-07-07 18:01:08 +0800
commit8a527f1276ef5f0c9b6e76d54a0b737d6c7c6934 (patch)
tree86bc0045a784233c4a7b518b5c61f1c1afa18d39 /boot.txt
parent280527142042520cb0e6d5f6f758aac058f16826 (diff)
downloadaur-8a527f1276ef5f0c9b6e76d54a0b737d6c7c6934.tar.gz
PKGBUILD: update boot.txt
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 f8be2dd65dd5..daaef351360a 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 panic=10 consoleblank=0 loglevel=3 quiet
+setenv bootargs console=ttyS2,115200n8 console=tty1 root=/dev/%ROOTDEV% rw rootwait
if load ${devtype} ${devnum} ${kernel_addr_r} ${prefix}zImage; then
if load ${devtype} ${devnum} ${fdt_addr_r} ${prefix}dtbs/${fdtfile}; then