cubietech-cubieboard: use correct u-boot file (MR 2148)
This commit is contained in:
parent
9bc2eb6d58
commit
df3f53757b
2 changed files with 6 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
|||
pkgname=device-cubietech-cubieboard
|
||||
pkgdesc="Cubietech Cubieboard"
|
||||
pkgver=0.1
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
url="https://postmarketos.org"
|
||||
license="MIT"
|
||||
arch="armv7"
|
||||
|
@ -26,5 +26,7 @@ package() {
|
|||
"$pkgdir"/boot/extlinux/extlinux.conf
|
||||
}
|
||||
|
||||
sha512sums="1c460057941a34c68f53ad7d63bdfe72e1d83308426920a0fb003da7db51f4a903074ea99281a07671c4bedd5513ee2c279d84278b1973a9935eaf8f91295d45 deviceinfo
|
||||
a33dd1a89548eb95d95e07a879bf412985bd01ebfef8e2ddaaa5c3e2d173743c3530148e36a9fc81a07e67b4a35509f06852bd2f652f64a9b6224ce8d7e12d56 extlinux.conf"
|
||||
sha512sums="
|
||||
90e52b3bfff815a83f3a744a63d4ef0b59368f4227e5fb53a698da89a61a9cd464d63fa8534c3d2693bdd6899b17090b32feaf352d95d3d04cac0b192e151e46 deviceinfo
|
||||
a33dd1a89548eb95d95e07a879bf412985bd01ebfef8e2ddaaa5c3e2d173743c3530148e36a9fc81a07e67b4a35509f06852bd2f652f64a9b6224ce8d7e12d56 extlinux.conf
|
||||
"
|
||||
|
|
|
@ -20,4 +20,4 @@ deviceinfo_getty="ttyS0;115200"
|
|||
|
||||
# Bootloader related
|
||||
deviceinfo_flash_method="none"
|
||||
deviceinfo_sd_embed_firmware="u-boot/Cubieboard/u-boot-sunxi-with-spl-528.bin:8"
|
||||
deviceinfo_sd_embed_firmware="u-boot/Cubieboard/u-boot-sunxi-with-spl.bin:8"
|
||||
|
|
Loading…
Reference in a new issue