diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2022-05-11 07:40:42 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-11 07:40:42 -0300 |
commit | 85348012ebdfb4201be29402bf29fe38c1290a18 (patch) | |
tree | fee7d2c5ab28328389612d0c3e51058b6740619e | |
parent | 64121b5aafd5eb25a3b2be76cf03cba4d7125e10 (diff) | |
parent | c13204d3437f226c11e73da467399fab9f2f130b (diff) | |
download | meta-freescale-85348012ebdfb4201be29402bf29fe38c1290a18.tar.gz |
Merge pull request #1075 from tprrt/tprrt/fix-imx8m-lpddr4-bsp
imx8m: Set LPDDR4 machines to use IMX BSP only
-rw-r--r-- | conf/machine/imx8mm-lpddr4-evk.conf | 5 | ||||
-rw-r--r-- | conf/machine/imx8mn-lpddr4-evk.conf | 5 | ||||
-rw-r--r-- | conf/machine/imx8mp-lpddr4-evk.conf | 5 |
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 | ||
36 | IMXBOOT_TARGETS_BASENAME = "flash_evk" | 36 | IMXBOOT_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. | ||
41 | IMX_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 | " |
21 | IMXBOOT_TARGETS_BASENAME = "flash_evk" | 21 | IMXBOOT_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. | ||
26 | IMX_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 | ||
55 | IMXBOOT_TARGETS_BASENAME = "flash_evk" | 55 | IMXBOOT_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. | ||
60 | IMX_DEFAULT_BSP = "nxp" | ||