device/pine64-pinetab: use faster u-boot (!1049)
This commit is contained in:
parent
7dc2a08552
commit
9389a83f40
2 changed files with 4 additions and 4 deletions
|
@ -3,12 +3,12 @@
|
|||
pkgname="device-pine64-pinetab"
|
||||
pkgdesc="PINE64 PineTab"
|
||||
pkgver=0.1
|
||||
pkgrel=16
|
||||
pkgrel=17
|
||||
url="https://postmarketos.org"
|
||||
license="MIT"
|
||||
arch="aarch64"
|
||||
options="!check !archcheck"
|
||||
depends="postmarketos-base linux-postmarketos-allwinner u-boot-pine64 uboot-tools mesa-git-dri-gallium bluez"
|
||||
depends="postmarketos-base linux-postmarketos-allwinner u-boot-pinephone uboot-tools mesa-git-dri-gallium bluez"
|
||||
makedepends="devicepkg-dev"
|
||||
subpackages="
|
||||
$pkgname-sway
|
||||
|
@ -83,7 +83,7 @@ nonfree_firmware() {
|
|||
mkdir "$subpkgdir"
|
||||
}
|
||||
|
||||
sha512sums="c3101b06296eda9b794caf98f25d656190095facd9aee1eead0d837fde3300df8210947d6a525018d6c559d2471b6ca83319d39a3f3f82b7a0cec8bbeffee46a deviceinfo
|
||||
sha512sums="dd770c81f8ba42b7f1a58a1493a04a18677f55efccba7a4e1a1570d5f54783e750207b19ae8d7d41439f5708b3493a7b2250308545cdc138f8111757669acb94 deviceinfo
|
||||
1f3108007bd443f86ed8af2b2d84705c52ffcf73809a90ef5e4a1f618b73ab39baf8f8139d578c88e66f589464f8c47d53f72bf46f14b8fa78d962ae10d7d6d2 uboot-script.cmd
|
||||
f4b5509fd6a8b23f3667f5e7262b3a19c607a37cb9eaf7d0e93eb826d45c26ec12df4810879bacb8e4042bb83cc80b2b436224c8d47b6d67361369a724bbf7ee sysrq.conf
|
||||
9e71c61bfa72b60e749c4dc04f17eb59d25de822765e81e65c937d6be5236d3951a652b69a1ab973abe6add9f34705be5dbaa98bbfa25daf7504dd50b28524c2 sway.conf
|
||||
|
|
|
@ -21,7 +21,7 @@ deviceinfo_getty="ttyS0;115200"
|
|||
# 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.bin:8"
|
||||
deviceinfo_sd_embed_firmware="u-boot/pine64-pinephone/u-boot-sunxi-with-spl.bin:8"
|
||||
|
||||
# USB related
|
||||
deviceinfo_usb_idVendor="0x1f3a" # Allwinner Technology Co., Ltd.
|
||||
|
|
Loading…
Reference in a new issue