mirror of
git://git.yoctoproject.org/meta-freescale.git
synced 2025-10-22 06:42:20 +02:00
imx-oei: Add OEI_DDRCONFIG for imx95 A1 builds
Add new variable OEI_DDRCONFIG to be used with A1 builds to specify the DDR configuration. Signed-off-by: Ernest Van Hoecke <ernest.vanhoecke@toradex.com>
This commit is contained in:
parent
85863672d7
commit
1a77d79203
|
@ -21,6 +21,7 @@ OEI_CONFIGS ?= "UNDEFINED"
|
|||
OEI_CORE ?= "UNDEFINED"
|
||||
OEI_SOC ?= "UNDEFINED"
|
||||
OEI_BOARD ?= "UNDEFINED"
|
||||
OEI_DDRCONFIG ?= ""
|
||||
|
||||
LDFLAGS[unexport] = "1"
|
||||
|
||||
|
@ -30,6 +31,7 @@ EXTRA_OEMAKE = "\
|
|||
OEI_CROSS_COMPILE=arm-none-eabi-"
|
||||
|
||||
EXTRA_OEMAKE:append:mx95-generic-bsp = " r=${IMX_SOC_REV}"
|
||||
EXTRA_OEMAKE:append = " ${@' DDR_CONFIG=${OEI_DDRCONFIG}' if d.getVar('OEI_DDRCONFIG') else ''}"
|
||||
|
||||
do_configure() {
|
||||
for oei_config in ${OEI_CONFIGS}; do
|
||||
|
|
Loading…
Reference in New Issue
Block a user