samsung-espresso3g: update deviceinfo (MR 2510)
Add deviceinfo_flash_heimdall_partition_dtbo in deviceinfo
This commit is contained in:
parent
ef0117cc4e
commit
98964b3660
2 changed files with 4 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
pkgname=device-samsung-espresso3g
|
||||
pkgdesc="Samsung Galaxy Tab 2 3g (7.0 inch)"
|
||||
pkgver=0.1
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
url="https://postmarketos.org"
|
||||
license="MIT"
|
||||
arch="armv7"
|
||||
|
@ -29,5 +29,5 @@ nonfree_firmware() {
|
|||
}
|
||||
|
||||
sha512sums="
|
||||
45266981e103b1335bd50a82fa45d09a7e16fae961ac4844f30b8448a26e0d76461472f6c8aa92972638126dbfcbc6a1ca8eb996729e1362fd909ffb7852f828 deviceinfo
|
||||
9fa446ae99b5d22bb211cb455ef78d0567463650e0a85beb9125f4bc56531b74d1690304770afa7886f26852b81f668d36add71fa3f7b840d0650e8b5483257a deviceinfo
|
||||
"
|
||||
|
|
|
@ -16,6 +16,7 @@ deviceinfo_keyboard="false"
|
|||
deviceinfo_external_storage="true"
|
||||
deviceinfo_screen_width="1024"
|
||||
deviceinfo_screen_height="600"
|
||||
deviceinfo_gpu_accelerated="true"
|
||||
|
||||
# Bootloader related
|
||||
deviceinfo_flash_method="heimdall-bootimg"
|
||||
|
@ -28,3 +29,4 @@ deviceinfo_flash_offset_second="0x00f00000"
|
|||
deviceinfo_flash_offset_tags="0x00000100"
|
||||
deviceinfo_flash_pagesize="2048"
|
||||
deviceinfo_flash_heimdall_partition_system="FACTORYFS"
|
||||
deviceinfo_flash_heimdall_partition_dtbo="dtbo"
|
||||
|
|
Loading…
Reference in a new issue