pine64-a64lts: use correct u-boot file (MR 2148)

This device uses u-boot in Alpine's u-boot-pine64 package, and NOT from
the u-boot in pmaports, so the freq-specific u-boot files don't exist.
This commit is contained in:
Clayton Craft 2021-05-01 15:32:26 -07:00 committed by Oliver Smith
parent 9bc3f5a161
commit 9bc2eb6d58
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB
2 changed files with 7 additions and 5 deletions

View file

@ -1,8 +1,8 @@
# Reference: <https://postmarketos.org/devicepkg>
pkgname=device-pine64-a64lts
pkgdesc="PINE64 A64-LTS"
pkgver=0.3
pkgrel=10
pkgver=0.4
pkgrel=0
url="https://postmarketos.org"
license="MIT"
arch="aarch64"
@ -32,5 +32,7 @@ nonfree_firmware() {
mkdir "$subpkgdir"
}
sha512sums="105ac5c50b79b704e43fd215df5f5658cd35d8558023ea92cea525aa6df55b96f2fc2634a025f8c32e74b6a83fdf6e382ab3f9931b7d0a7895804463eac850da deviceinfo
e4f61a6f6633cc5f669dba16746047e8880ab0b1d6b7b99c6efbdb0b5d5797d18193d26c470cdf05522ea44cedeffb7a57caca97bf8200054fb7d9bad795fe99 uboot-script.cmd"
sha512sums="
258ebce743b8d3640976955bc07ee04452cb1f1f8f13b15ddaa8e122dc70b6e3f4c5c6406b29ecb377ddd398333b8fe1532471c7b6c77c6ba6be40e4980f1a66 deviceinfo
e4f61a6f6633cc5f669dba16746047e8880ab0b1d6b7b99c6efbdb0b5d5797d18193d26c470cdf05522ea44cedeffb7a57caca97bf8200054fb7d9bad795fe99 uboot-script.cmd
"

View file

@ -21,4 +21,4 @@ deviceinfo_screen_height="600"
# Bootloader related
deviceinfo_flash_method="none"
deviceinfo_generate_legacy_uboot_initfs="true"
deviceinfo_sd_embed_firmware="u-boot/pine64-lts/u-boot-sunxi-with-spl-528.bin:8"
deviceinfo_sd_embed_firmware="u-boot/pine64-lts/u-boot-sunxi-with-spl.bin:8"