summaryrefslogtreecommitdiffstats
path: root/conf/machine/imx8mp-ddr4-evk.conf
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2022-04-11 18:41:03 -0300
committerGitHub <noreply@github.com>2022-04-11 18:41:03 -0300
commit18d4dbdbc8445fd91816caad3b74c4c64776e7fd (patch)
tree9e14ed035e67214f7b38249546499c2ef24d1b41 /conf/machine/imx8mp-ddr4-evk.conf
parentee06b054f0d26ce8e069bfe9b0b8e320d8f2dccf (diff)
parent6446c17e9cf45bbf36f7b2eac301c60a7e4e9c74 (diff)
downloadmeta-freescale-18d4dbdbc8445fd91816caad3b74c4c64776e7fd.tar.gz
Merge pull request #1043 from Ossanes/topic/imx8m-ddr4-machines
imx8m: Set DDR4 machines to use IMX BSP only
Diffstat (limited to 'conf/machine/imx8mp-ddr4-evk.conf')
-rw-r--r--conf/machine/imx8mp-ddr4-evk.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/conf/machine/imx8mp-ddr4-evk.conf b/conf/machine/imx8mp-ddr4-evk.conf
index 78e0c160..c63c8d68 100644
--- a/conf/machine/imx8mp-ddr4-evk.conf
+++ b/conf/machine/imx8mp-ddr4-evk.conf
@@ -25,3 +25,8 @@ DDR_FIRMWARE_NAME = " \
25" 25"
26 26
27IMXBOOT_TARGETS_BASENAME = "flash_ddr4_evk" 27IMXBOOT_TARGETS_BASENAME = "flash_ddr4_evk"
28
29# Mainline BSP doesn't support DDR4 so it must be set to nxp.
30# Also this machine isn't supported by u-boot-fslc but imx8mp-evk.inc already
31# set the bootloader to u-boot-imx instead when NXP BSP is used.
32IMX_DEFAULT_BSP = "nxp"