Skip to content
Snippets Groups Projects
Commit 2e8f8f42 authored by Dariusz Iwanoczko's avatar Dariusz Iwanoczko
Browse files

airoha: set ROOTFS_DATA_ALIGMENT for airoha devices

Defined ROOTFS_DATA_ALIGMENT as 0x00080000 for the airoha devices to
specify the rootfs data alignment used during FIT image generation.
This ensures correct offset calculation when handling rootfs data partitions.

Issue: #16567
parent 1a7ec620
Branches
No related tags found
1 merge request!1418common: Add iopsys_rootfs_data_aligment property to FIT image
...@@ -8,7 +8,7 @@ include ../../iopsys-common/iopsys-fit-image.mk ...@@ -8,7 +8,7 @@ include ../../iopsys-common/iopsys-fit-image.mk
include ../../iopsys-common/iopsys-sign-image.mk include ../../iopsys-common/iopsys-sign-image.mk
DTS_DIR := ../dts DTS_DIR := ../dts
DEVICE_VARS += DEVICE_UBI_LAYOUT UBOOT_TARGET GPT_LAYOUT_STR GPT_PRIMARY_ENTRY_OFFSET GPT_ALTERNATE_OFFSET FIT_PARTITION DEVICE_VARS += DEVICE_UBI_LAYOUT UBOOT_TARGET GPT_LAYOUT_STR GPT_PRIMARY_ENTRY_OFFSET GPT_ALTERNATE_OFFSET FIT_PARTITION ROOTFS_DATA_ALIGMENT
define airoha-emmc-production define airoha-emmc-production
append_emmc_production_image $(1) append_emmc_production_image $(1)
...@@ -35,6 +35,7 @@ define Device/Default-airoha-emmc ...@@ -35,6 +35,7 @@ define Device/Default-airoha-emmc
ARTIFACT/u-boot-emmc.fip := append-uboot-emmc ARTIFACT/u-boot-emmc.fip := append-uboot-emmc
ARTIFACTS := u-boot-emmc.fip u-boot-nand.bin u-boot-recovery.bin u-boot-ram.itb bootext.ram ARTIFACTS := u-boot-emmc.fip u-boot-nand.bin u-boot-recovery.bin u-boot-ram.itb bootext.ram
IMAGE/production.img := $$(call airoha-emmc-production) IMAGE/production.img := $$(call airoha-emmc-production)
ROOTFS_DATA_ALIGMENT := 0x00080000
endef endef
define Device/Default-airoha-common define Device/Default-airoha-common
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment