summaryrefslogtreecommitdiffstats
path: root/conf/machine/imx8mp-lpddr4-evk.conf
diff options
context:
space:
mode:
authorThomas Perrot <thomas.perrot@bootlin.com>2022-05-11 10:05:15 +0200
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2022-05-11 10:41:02 +0000
commit49aabec88c96b9dfedc35ba4729a5f94e14e31cb (patch)
tree305da7ced28d939072bb0a5ec1d1f9c0912f36ac /conf/machine/imx8mp-lpddr4-evk.conf
parentdc2173bbfe61dce489178caf68df6b0e4d9d5174 (diff)
downloadmeta-freescale-49aabec88c96b9dfedc35ba4729a5f94e14e31cb.tar.gz
imx8m: Set LPDDR4 machines to use IMX BSP only
This is necessary because mainline U-Boot doesn't supports LPDDR4 for i.MX8M EVK. Also these machines aren't supported by mainline kernel. Signed-off-by: Thomas Perrot <thomas.perrot@bootlin.com> (cherry picked from commit c13204d3437f226c11e73da467399fab9f2f130b)
Diffstat (limited to 'conf/machine/imx8mp-lpddr4-evk.conf')
-rw-r--r--conf/machine/imx8mp-lpddr4-evk.conf5
1 files changed, 5 insertions, 0 deletions
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"