summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2022-05-11 07:41:21 -0300
committerGitHub <noreply@github.com>2022-05-11 07:41:21 -0300
commit24c2e03a16f25b17f2319e907b1247cf3e092c33 (patch)
tree305da7ced28d939072bb0a5ec1d1f9c0912f36ac
parentdc2173bbfe61dce489178caf68df6b0e4d9d5174 (diff)
parent49aabec88c96b9dfedc35ba4729a5f94e14e31cb (diff)
downloadmeta-freescale-24c2e03a16f25b17f2319e907b1247cf3e092c33.tar.gz
Merge pull request #1077 from Freescale/backport-1075-to-kirkstone
[Backport kirkstone] imx8m: Set LPDDR4 machines to use IMX BSP only
-rw-r--r--conf/machine/imx8mm-lpddr4-evk.conf5
-rw-r--r--conf/machine/imx8mn-lpddr4-evk.conf5
-rw-r--r--conf/machine/imx8mp-lpddr4-evk.conf5
3 files changed, 15 insertions, 0 deletions
diff --git a/conf/machine/imx8mm-lpddr4-evk.conf b/conf/machine/imx8mm-lpddr4-evk.conf
index 0a85ed20..0c886cb1 100644
--- a/conf/machine/imx8mm-lpddr4-evk.conf
+++ b/conf/machine/imx8mm-lpddr4-evk.conf
@@ -34,3 +34,8 @@ DDR_FIRMWARE_NAME = " \
34" 34"
35 35
36IMXBOOT_TARGETS_BASENAME = "flash_evk" 36IMXBOOT_TARGETS_BASENAME = "flash_evk"
37
38# Mainline BSP doesn't support LPDDR4 so it must be set to nxp.
39# Also this machine isn't supported by u-boot-fslc but imx8mn-evk.inc already
40# set the bootloader to u-boot-imx instead when NXP BSP is used.
41IMX_DEFAULT_BSP = "nxp"
diff --git a/conf/machine/imx8mn-lpddr4-evk.conf b/conf/machine/imx8mn-lpddr4-evk.conf
index 2e5e6be9..51a79c38 100644
--- a/conf/machine/imx8mn-lpddr4-evk.conf
+++ b/conf/machine/imx8mn-lpddr4-evk.conf
@@ -19,3 +19,8 @@ DDR_FIRMWARE_NAME = " \
19 lpddr4_pmu_train_2d_dmem.bin \ 19 lpddr4_pmu_train_2d_dmem.bin \
20" 20"
21IMXBOOT_TARGETS_BASENAME = "flash_evk" 21IMXBOOT_TARGETS_BASENAME = "flash_evk"
22
23# Mainline BSP doesn't support LPDDR4 so it must be set to nxp.
24# Also this machine isn't supported by u-boot-fslc but imx8mn-evk.inc already
25# set the bootloader to u-boot-imx instead when NXP BSP is used.
26IMX_DEFAULT_BSP = "nxp"
diff --git a/conf/machine/imx8mp-lpddr4-evk.conf b/conf/machine/imx8mp-lpddr4-evk.conf
index 2c08790c..c015963c 100644
--- a/conf/machine/imx8mp-lpddr4-evk.conf
+++ b/conf/machine/imx8mp-lpddr4-evk.conf
@@ -53,3 +53,8 @@ DDR_FIRMWARE_NAME = " \
53" 53"
54 54
55IMXBOOT_TARGETS_BASENAME = "flash_evk" 55IMXBOOT_TARGETS_BASENAME = "flash_evk"
56
57# Mainline BSP doesn't support LPDDR4 so it must be set to nxp.
58# Also this machine isn't supported by u-boot-fslc but imx8mn-evk.inc already
59# set the bootloader to u-boot-imx instead when NXP BSP is used.
60IMX_DEFAULT_BSP = "nxp"