summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Chen2021-04-24 17:16:46 +0800
committerJack Chen2021-04-24 17:16:46 +0800
commit4c8b831483b8895ed54f312c70efdcaf207490b7 (patch)
treec0e8a182e8126a992efcfb23073215f36e1e3662
parent94dc57e163f1aa4c00e1d8eab1eca511e50bc2be (diff)
downloadaur-4c8b831483b8895ed54f312c70efdcaf207490b7.tar.gz
update PKGBUILD
-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 1ea3ac38057f..a48f54a4983d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -15,7 +15,7 @@ pkgbase = uboot-tinkerboard
source = boot.txt
source = https://apt.armbian.com/pool/main/l/linux-u-boot-tinkerboard-current/linux-u-boot-current-tinkerboard_21.02.3_armhf.deb
sha512sums = 7046ab4d88efbba636be049be2f660e18c05e48d161d39437c1580b12795ba4d9197ad57ac4572398f80a38d4777507b57228abf4cc41f0081d196ece27ea9d0
- sha512sums = 5a5c4bf4fdabc30644a79844064eb77ff570ceb560a53cc919c1b57ca9511f980ca1d7207acae1aea6e965ded9d853177b5e8047b45c56ed73a5e982d23ccd0f
+ sha512sums = 5a01ef3a48a336812bec623d8e93ca5e760e50db3fef2b64b92cc4b357aa754def0c4d1fa8071cad88e396fdc65371fc6b13ba2182342887f976051038e515b8
sha512sums = SKIP
pkgname = uboot-tinkerboard
diff --git a/PKGBUILD b/PKGBUILD
index 759204283e78..e85d4f0a81f8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,7 +17,7 @@ source=(
)
sha512sums=(
'7046ab4d88efbba636be049be2f660e18c05e48d161d39437c1580b12795ba4d9197ad57ac4572398f80a38d4777507b57228abf4cc41f0081d196ece27ea9d0'
- '5a5c4bf4fdabc30644a79844064eb77ff570ceb560a53cc919c1b57ca9511f980ca1d7207acae1aea6e965ded9d853177b5e8047b45c56ed73a5e982d23ccd0f'
+ '5a01ef3a48a336812bec623d8e93ca5e760e50db3fef2b64b92cc4b357aa754def0c4d1fa8071cad88e396fdc65371fc6b13ba2182342887f976051038e515b8'
'SKIP'
)
noextract=("${source[@]##*/}")
diff --git a/boot.txt b/boot.txt
index e0852b0e6401..c119a7aa72ce 100644
--- a/boot.txt
+++ b/boot.txt
@@ -1,6 +1,6 @@
# After modifying, run ./mkscr
-setenv fdtfile rk3288-tinker.dtb
+setenv fdtfile rk3288-tinker-s.dtb
setenv bootargs earlyprintk root=/dev/%ROOTDEV% rw rootwait console=ttyS2,115200n8 console=tty1 panic=10 consoleblank=0 loglevel=3 quiet
if load ${devtype} ${devnum} ${kernel_addr_r} ${prefix}zImage; then