summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2022-05-02 10:26:27 -0500
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2022-05-09 23:39:55 +0000
commit31de9bd98100f99830772e9b9b708a0378436d83 (patch)
tree1c6bf345c75a5add7e5eda1bb1dff3decf8addfc
parent769972d1e9b4b0ec1344c37049e6f1868e0f4a11 (diff)
downloadmeta-freescale-31de9bd98100f99830772e9b9b708a0378436d83.tar.gz
imx8mn-ddr4-evk: Add uboot config nom
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> (cherry picked from commit 53df19c4d33d2e465d32d533f6f9540a519b0490)
-rw-r--r--conf/machine/imx8mn-ddr4-evk.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/machine/imx8mn-ddr4-evk.conf b/conf/machine/imx8mn-ddr4-evk.conf
index 1a03cdca..7a796d38 100644
--- a/conf/machine/imx8mn-ddr4-evk.conf
+++ b/conf/machine/imx8mn-ddr4-evk.conf
@@ -12,6 +12,8 @@ KERNEL_DEVICETREE:append:use-nxp-bsp = " \
12" 12"
13UBOOT_CONFIG_BASENAME = "imx8mn_ddr4_evk" 13UBOOT_CONFIG_BASENAME = "imx8mn_ddr4_evk"
14 14
15UBOOT_CONFIG[nom] = "${UBOOT_CONFIG_BASENAME}_nom_defconfig"
16
15DDR_FIRMWARE_VERSION = "201810" 17DDR_FIRMWARE_VERSION = "201810"
16DDR_FIRMWARE_NAME = " \ 18DDR_FIRMWARE_NAME = " \
17 ddr4_imem_1d_${DDR_FIRMWARE_VERSION}.bin \ 19 ddr4_imem_1d_${DDR_FIRMWARE_VERSION}.bin \