n900: Use 4MiB partition startpoints.

This commit is contained in:
parazyd 2018-01-29 15:18:13 +01:00
parent 0356a77ede
commit 8b0040c106
No known key found for this signature in database
GPG Key ID: F0CB28FCF78637DE
1 changed files with 4 additions and 4 deletions

View File

@ -30,8 +30,8 @@ size=1337
#inittab=""
parted_type="dos"
parted_boot="fat32 2048s 264191s"
parted_root="ext4 264192s 100%"
parted_boot="fat32 8192s 270335s"
parted_root="ext4 270336s 100%"
bootfs="vfat"
extra_packages+=(firmware-ti-connectivity)
@ -64,8 +64,8 @@ postbuild() {
copy-root-overlay
}
build_kernel_armel() {
fn build_kernel_armel
build_kernel_${arch}() {
fn build_kernel_${arch}
req=(R arch device_name gitkernel gitbranch MAKEOPTS)
req+=(strapdir)
req+=(loopdevice)