diff options
| author | Jun Zhu <junzhu@nxp.com> | 2026-03-03 20:13:23 +0800 |
|---|---|---|
| committer | Jun Zhu <junzhu@nxp.com> | 2026-03-03 20:20:58 +0800 |
| commit | c60f097d7b211df2f1810ea70d0ca75cb8751cb1 (patch) | |
| tree | 21960599beabeace10334186108c43eb5efdd97f /conf/machine | |
| parent | 6f13cc05c84d074b84c1288eb7d098d57696256e (diff) | |
| download | meta-freescale-c60f097d7b211df2f1810ea70d0ca75cb8751cb1.tar.gz | |
imx-oei: Update OEI DDR config variable name
Use the underscore separated words
- OEI_DDRCONFIG -> OEI_DDR_CONFIG
- OEI_DDRCONFIG_ECC -> OEI_DDR_CONFIG_ECC
Signed-off-by: Jun Zhu <junzhu@nxp.com>
Diffstat (limited to 'conf/machine')
| -rw-r--r-- | conf/machine/imx95-19x19-verdin.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/imx95-19x19-verdin.conf b/conf/machine/imx95-19x19-verdin.conf index 5ae9ac665..3264324bb 100644 --- a/conf/machine/imx95-19x19-verdin.conf +++ b/conf/machine/imx95-19x19-verdin.conf | |||
| @@ -11,8 +11,8 @@ require conf/machine/include/imx95-evk.inc | |||
| 11 | # iMX95 Verdin EVK V1.1E is the first revision with a B0 SoC, | 11 | # iMX95 Verdin EVK V1.1E is the first revision with a B0 SoC, |
| 12 | # older versions require A0/A1 support, set with the below variable | 12 | # older versions require A0/A1 support, set with the below variable |
| 13 | #IMX_SOC_REV:${MACHINE} = "A0" | 13 | #IMX_SOC_REV:${MACHINE} = "A0" |
| 14 | # When building for A0/A1 iMX95 SoCs, set OEI_DDRCONFIG accordingly | 14 | # When building for A0/A1 iMX95 SoCs, set OEI_DDR_CONFIG accordingly |
| 15 | OEI_DDRCONFIG = "${@'XIMX95LPD5EVK19_6400mbps_train_timing_a1' if d.getVar('IMX_SOC_REV')[0] == 'A' else ''}" | 15 | OEI_DDR_CONFIG = "${@'XIMX95LPD5EVK19_6400mbps_train_timing_a1' if d.getVar('IMX_SOC_REV')[0] == 'A' else ''}" |
| 16 | 16 | ||
| 17 | KERNEL_DEVICETREE_BASENAME = "imx95-19x19-verdin" | 17 | KERNEL_DEVICETREE_BASENAME = "imx95-19x19-verdin" |
| 18 | 18 | ||
