mirror of
git://git.yoctoproject.org/meta-freescale.git
synced 2025-07-19 12:59:04 +02:00
Merge pull request #2215 from Freescale/backport-2209-to-scarthgap
Some checks failed
Update LICENSE file / update-license (push) Has been cancelled
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:
commit
fe533cd4b9
|
@ -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} \
|
||||
|
|
Loading…
Reference in New Issue
Block a user