summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Chen2021-04-24 14:59:54 +0800
committerJack Chen2021-04-24 14:59:54 +0800
commit94dc57e163f1aa4c00e1d8eab1eca511e50bc2be (patch)
tree7f5aa7b3726f78e539f5e9f9d8037752658977aa
parent1f6fc1d74dc1ababc27f0e4a94d9b14657ef5631 (diff)
downloadaur-94dc57e163f1aa4c00e1d8eab1eca511e50bc2be.tar.gz
update PKGBUILD
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--boot.txt5
3 files changed, 3 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3a8ecfdcc0fc..1ea3ac38057f 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 = 8019f7196ff3a40408ea577daa6fb6249f4eaddafaeb89ffee32c6e49aaf44d8881c69ab66421fda3fbfe5a9c8749925394685b46f0cf52f44cc8c249f2d223a
+ sha512sums = 5a5c4bf4fdabc30644a79844064eb77ff570ceb560a53cc919c1b57ca9511f980ca1d7207acae1aea6e965ded9d853177b5e8047b45c56ed73a5e982d23ccd0f
sha512sums = SKIP
pkgname = uboot-tinkerboard
diff --git a/PKGBUILD b/PKGBUILD
index b4fef445cab5..759204283e78 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,7 +17,7 @@ source=(
)
sha512sums=(
'7046ab4d88efbba636be049be2f660e18c05e48d161d39437c1580b12795ba4d9197ad57ac4572398f80a38d4777507b57228abf4cc41f0081d196ece27ea9d0'
- '8019f7196ff3a40408ea577daa6fb6249f4eaddafaeb89ffee32c6e49aaf44d8881c69ab66421fda3fbfe5a9c8749925394685b46f0cf52f44cc8c249f2d223a'
+ '5a5c4bf4fdabc30644a79844064eb77ff570ceb560a53cc919c1b57ca9511f980ca1d7207acae1aea6e965ded9d853177b5e8047b45c56ed73a5e982d23ccd0f'
'SKIP'
)
noextract=("${source[@]##*/}")
diff --git a/boot.txt b/boot.txt
index 124687459606..e0852b0e6401 100644
--- a/boot.txt
+++ b/boot.txt
@@ -1,11 +1,8 @@
# After modifying, run ./mkscr
-setenv board tinkerboard
+setenv fdtfile rk3288-tinker.dtb
setenv bootargs earlyprintk root=/dev/%ROOTDEV% rw rootwait console=ttyS2,115200n8 console=tty1 panic=10 consoleblank=0 loglevel=3 quiet
-if test "${board}" = "tinkerboard"; then setenv fdtfile "rk3288-tinker.dtb"; fi
-if test "${board}" = "tinkerboard-s"; then setenv fdtfile "rk3288-tinker-s.dtb"; fi
-
if load ${devtype} ${devnum} ${kernel_addr_r} ${prefix}zImage; then
if load ${devtype} ${devnum} ${fdt_addr_r} ${prefix}dtbs/${fdtfile}; then
if load ${devtype} ${devnum} ${ramdisk_addr_r} ${prefix}Initrd; then