Merge pull request #2215 from Freescale/backport-2209-to-scarthgap
Some checks failed
Update LICENSE file / update-license (push) Has been cancelled

[Backport scarthgap] imx-boot: add LPDDR_FW_VERSION to mkimage arguments for iMX95
This commit is contained in:
Otavio Salvador 2025-04-25 13:13:06 -03:00 committed by GitHub
commit fe533cd4b9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -79,6 +79,7 @@ MKIMAGE_EXTRA_ARGS ?= ""
MKIMAGE_EXTRA_ARGS:mx95-nxp-bsp ?= " \
OEI=${OEI_ENABLE} \
LPDDR_TYPE=${DDR_TYPE} \
${@'LPDDR_FW_VERSION='+d.getVar('LPDDR_FW_VERSION') if d.getVar('LPDDR_FW_VERSION') else ''} \
${@bb.utils.contains('SYSTEM_MANAGER_CONFIG', 'mx95alt', 'MSEL=1', '', d)}"
MKIMAGE_EXTRA_ARGS:imx95-19x19-verdin ?= " \
${MKIMAGE_EXTRA_ARGS:mx95-nxp-bsp} \