summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Chen2022-07-07 18:01:08 +0800
committerJack Chen2022-07-07 18:01:08 +0800
commit8a527f1276ef5f0c9b6e76d54a0b737d6c7c6934 (patch)
tree86bc0045a784233c4a7b518b5c61f1c1afa18d39
parent280527142042520cb0e6d5f6f758aac058f16826 (diff)
downloadaur-8a527f1276ef5f0c9b6e76d54a0b737d6c7c6934.tar.gz
PKGBUILD: update boot.txt
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--boot.txt2
3 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a5d839061cf0..eb7a92675afc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -16,7 +16,7 @@ pkgbase = uboot-tinkerboard-bin
source = boot.txt
source = https://apt.armbian.com/pool/main/l/linux-u-boot-tinkerboard-current/linux-u-boot-current-tinkerboard_22.05.3_armhf.deb
sha512sums = 7046ab4d88efbba636be049be2f660e18c05e48d161d39437c1580b12795ba4d9197ad57ac4572398f80a38d4777507b57228abf4cc41f0081d196ece27ea9d0
- sha512sums = 787922f5e9442771062febc38edb4170c1568567fbaa1a3198687db89cb7b0016affd92e77a23aafd0a91191152f3890ad3862bb75310f9839d991af56a985da
+ sha512sums = 4822a71579ce9c5596dbf0d522436732b60b8415c2bb9248959d7b9d02c9174922c01ce4fe5dc6343b9babcba41f0a845cd1666faa061668b59e20b8ae939898
sha512sums = SKIP
pkgname = uboot-tinkerboard-bin
diff --git a/PKGBUILD b/PKGBUILD
index a93795233b73..3a248a35f792 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -20,7 +20,7 @@ source=(
)
sha512sums=(
'7046ab4d88efbba636be049be2f660e18c05e48d161d39437c1580b12795ba4d9197ad57ac4572398f80a38d4777507b57228abf4cc41f0081d196ece27ea9d0'
- '787922f5e9442771062febc38edb4170c1568567fbaa1a3198687db89cb7b0016affd92e77a23aafd0a91191152f3890ad3862bb75310f9839d991af56a985da'
+ '4822a71579ce9c5596dbf0d522436732b60b8415c2bb9248959d7b9d02c9174922c01ce4fe5dc6343b9babcba41f0a845cd1666faa061668b59e20b8ae939898'
'SKIP'
)
noextract=("${source[@]##*/}")
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