summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Chen2021-04-24 19:21:58 +0800
committerJack Chen2021-04-24 19:21:58 +0800
commite8604ffb02e45c1734be5ccecbf120e32d7266ef (patch)
treef5ff1b788cffbf2b97a2022df9e4aafcc27026db
parent1cfc437f7b71e64fbd2a49aa66e84c8809bd1849 (diff)
downloadaur-e8604ffb02e45c1734be5ccecbf120e32d7266ef.tar.gz
update PKGBUILD
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
-rw-r--r--boot.txt1
3 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2fb15c0fffbd..36746e22af5b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -15,7 +15,8 @@ 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 = 5a01ef3a48a336812bec623d8e93ca5e760e50db3fef2b64b92cc4b357aa754def0c4d1fa8071cad88e396fdc65371fc6b13ba2182342887f976051038e515b8
+ sha512sums = ef07def032a97f4f8aac3d2a422a3934984ebac923c2c5ee67b6f50e8d406a42476948078868edbc02325bbcc3392a6006c4842f084961203acbd8a8404b6b23
sha512sums = SKIP
pkgname = uboot-tinkerboard
+
diff --git a/PKGBUILD b/PKGBUILD
index e85d4f0a81f8..e4b0da67a48f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,7 +17,7 @@ source=(
)
sha512sums=(
'7046ab4d88efbba636be049be2f660e18c05e48d161d39437c1580b12795ba4d9197ad57ac4572398f80a38d4777507b57228abf4cc41f0081d196ece27ea9d0'
- '5a01ef3a48a336812bec623d8e93ca5e760e50db3fef2b64b92cc4b357aa754def0c4d1fa8071cad88e396fdc65371fc6b13ba2182342887f976051038e515b8'
+ 'ef07def032a97f4f8aac3d2a422a3934984ebac923c2c5ee67b6f50e8d406a42476948078868edbc02325bbcc3392a6006c4842f084961203acbd8a8404b6b23'
'SKIP'
)
noextract=("${source[@]##*/}")
diff --git a/boot.txt b/boot.txt
index c119a7aa72ce..49c36946e3c2 100644
--- a/boot.txt
+++ b/boot.txt
@@ -1,6 +1,5 @@
# After modifying, run ./mkscr
-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