summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/machine/imx8mm-ddr4-evk.conf5
-rw-r--r--conf/machine/imx8mn-ddr4-evk.conf5
-rw-r--r--conf/machine/imx8mp-ddr4-evk.conf5
3 files changed, 15 insertions, 0 deletions
diff --git a/conf/machine/imx8mm-ddr4-evk.conf b/conf/machine/imx8mm-ddr4-evk.conf
index f21cc381..431485e7 100644
--- a/conf/machine/imx8mm-ddr4-evk.conf
+++ b/conf/machine/imx8mm-ddr4-evk.conf
@@ -23,3 +23,8 @@ DDR_FIRMWARE_NAME = " \
23" 23"
24 24
25IMXBOOT_TARGETS_BASENAME = "flash_ddr4_evk" 25IMXBOOT_TARGETS_BASENAME = "flash_ddr4_evk"
26
27# Mainline BSP doesn't support DDR4 so it must be set to nxp.
28# Also this machine isn't supported by u-boot-fslc but imx8mm-evk.inc already
29# set the bootloader to u-boot-imx instead when NXP BSP is used.
30IMX_DEFAULT_BSP = "nxp"
diff --git a/conf/machine/imx8mn-ddr4-evk.conf b/conf/machine/imx8mn-ddr4-evk.conf
index d004d2ae..1a03cdca 100644
--- a/conf/machine/imx8mn-ddr4-evk.conf
+++ b/conf/machine/imx8mn-ddr4-evk.conf
@@ -20,3 +20,8 @@ DDR_FIRMWARE_NAME = " \
20 ddr4_dmem_2d_${DDR_FIRMWARE_VERSION}.bin \ 20 ddr4_dmem_2d_${DDR_FIRMWARE_VERSION}.bin \
21" 21"
22IMXBOOT_TARGETS_BASENAME = "flash_ddr4_evk" 22IMXBOOT_TARGETS_BASENAME = "flash_ddr4_evk"
23
24# Mainline BSP doesn't support DDR4 so it must be set to nxp.
25# Also this machine isn't supported by u-boot-fslc but imx8mn-evk.inc already
26# set the bootloader to u-boot-imx instead when NXP BSP is used.
27IMX_DEFAULT_BSP = "nxp"
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"