samsung-fortunaltezt: Set deviceinfo_flash_offset_kernel="0x00008000" (MR 3447)

32-bit devices should use 0x00008000.
This commit is contained in:
Raymond Hackley 2022-09-17 18:42:13 +00:00 committed by Newbyte
parent 0a578020c2
commit 3a38bcd09e
No known key found for this signature in database
GPG key ID: 5873C171C9429CFA
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
# Reference: <https://postmarketos.org/devicepkg>
pkgname=device-samsung-fortunaltezt
pkgdesc="Samsung Galaxy Grand Prime (SM-G530Y)"
pkgver=1
pkgver=1.1
pkgrel=0
url="https://postmarketos.org"
license="MIT"
@ -46,6 +46,6 @@ phosh() {
}
sha512sums="
d2a5ff7f9bd85107388aca5c921ee0352b9c4d4725bef0a810f2c736a1715bb619922a2cf24124554dcbe8f57ebf20c6bcbc2d4e46939d37a109cf32169275d7 deviceinfo
10cc301cfc87f85d015b917723825c507fc9d5c64b5efc0ecd77ae47edc2d9f5a35aa19f69e23a4c86d747aa4f2674e6aa32af0eda8bb50e0175d008b2c0323b deviceinfo
dbc8422fc00c757963dd016f26dd45d8c05c8c46b7e60cd11dd154550e166568cfdcee60678ee3542d27c2f8c373b71a1c3ec33da0260509fe4133ecd06a27bc phoc.ini
"

View file

@ -25,7 +25,7 @@ deviceinfo_flash_method="fastboot"
deviceinfo_kernel_cmdline="earlycon console=ttyMSM0,115200 PMOS_NO_OUTPUT_REDIRECT"
deviceinfo_generate_bootimg="true"
deviceinfo_flash_offset_base="0x80000000"
deviceinfo_flash_offset_kernel="0x00080000"
deviceinfo_flash_offset_kernel="0x00008000"
deviceinfo_flash_offset_ramdisk="0x02000000"
deviceinfo_flash_offset_second="0x00f00000"
deviceinfo_flash_offset_tags="0x01e00000"