device-pine-a64lts: use deviceinfo_sd_embed_firmware (!140)

This adds the new deviceinfo parameters for specifying binary:offset for the
embed_firmware method, and removes the old method.
This commit is contained in:
Clayton Craft 2019-01-09 14:08:41 -08:00 committed by Oliver Smith
parent e832d89b38
commit ed063565df
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB
2 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@
pkgname="device-pine-a64lts"
pkgdesc="PINE A64-LTS"
pkgver=0.1
pkgrel=1
pkgrel=2
url="https://postmarketos.org"
license="MIT"
arch="aarch64"
@ -26,5 +26,5 @@ package() {
}
sha512sums="d3e00a6125a79e763657ae2b8d810775370c2a4ae245127df30fef461e941a9453b60f0775f0c14155a8c8bbcdfa572b455bf0146e1bfcd499a25ec3f72ae874 deviceinfo
sha512sums="befade7c6b8bbefe812b61afb4718acfdc4f6afb884e3538db726b98d2588286aa811548c248f1e87ab3d190df7b12e2195375ff7757463d519da1d65f3f1f66 deviceinfo
ef7d21144b8c33f80968a6a089dcc6b568abd54f66f30d21d5befc10e51217484440aa8edb1065cd871ffba7bc599f44502bb6d240ee01f59dc92706ec6eabfd uboot-script.cmd"

View file

@ -23,4 +23,4 @@ deviceinfo_dev_keyboard=""
# Bootloader related
deviceinfo_flash_method="none"
deviceinfo_generate_legacy_uboot_initfs="true"
deviceinfo_write_uboot_spl="sopine_baseboard/u-boot-sunxi-with-spl.bin"
deviceinfo_sd_embed_firmware="u-boot/sopine_baseboard/u-boot-sunxi-with-spl.bin:8"