device-odroid-n2plus: fix u-boot path
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8143>
This commit is contained in:
parent
12e42c192f
commit
6034b0b06d
2 changed files with 3 additions and 3 deletions
|
|
@ -2,7 +2,7 @@
|
|||
maintainer="hexaheximal <hexaheximal@proton.me>"
|
||||
pkgname=device-odroid-n2plus
|
||||
pkgdesc="ODROID N2+"
|
||||
pkgver=3
|
||||
pkgver=4
|
||||
pkgrel=0
|
||||
url="https://postmarketos.org"
|
||||
license="MIT"
|
||||
|
|
@ -28,7 +28,7 @@ nonfree_firmware() {
|
|||
}
|
||||
|
||||
sha512sums="
|
||||
349f8ca9722d0dd61b92ec9fafcdfe0c73166f848298c8d79d9b5109261a99648561b6b36ad04eb91523d66021d1b2d62ca45f9cdcc2108e42ced833fc4f17b9 deviceinfo
|
||||
73c58559ed8aacb5d821dd708b63c668b43e84dd2e40fc9d8a24918e51f803b8b06085277cc7dd780b5882f21fddcac9e1040e38647c624b492dc975415812b9 deviceinfo
|
||||
97e88eaa9b8e7989a20d2572479fe5d1fe0284de862da11c91b1f347099d5704673837db01a6b0c289fee0a2d7236f64fba31fd6001475f957c23203e34fd6fb kernel-cmdline.conf
|
||||
b9f3e1902c17909de928c99868265a257ba5873f6ea6aa1097ad10721f59d68342d50ee51992472ecd23722f7664a13dd15f4e26071a40595c7c3e5161e533d7 modules-initfs
|
||||
"
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ deviceinfo_screen_height="1080"
|
|||
|
||||
# Bootloader related
|
||||
deviceinfo_sd_embed_firmware_step_size="512"
|
||||
deviceinfo_sd_embed_firmware="u-boot/odroid-n2/u-boot.bin.sd-stripped.bin:1"
|
||||
deviceinfo_sd_embed_firmware="u-boot/odroid-n2plus/u-boot.bin.sd-stripped.bin:1"
|
||||
deviceinfo_boot_part_start="4096"
|
||||
deviceinfo_generate_extlinux_config="true"
|
||||
# Kernel options
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue