summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2022-05-02 10:25:41 -0500
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2022-05-09 23:39:55 +0000
commit769972d1e9b4b0ec1344c37049e6f1868e0f4a11 (patch)
tree20455c9d653a833913866ed132cd86afc396607b
parent3fa1e758376e78cca1a715eb7bf676cd420cbcef (diff)
downloadmeta-freescale-769972d1e9b4b0ec1344c37049e6f1868e0f4a11.tar.gz
imx8mn-evk: Add uboot config ld
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> (cherry picked from commit 17aed5a1b8edff1922ff34ee13621010ae023d23)
-rw-r--r--conf/machine/include/imx8mn-evk.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/machine/include/imx8mn-evk.inc b/conf/machine/include/imx8mn-evk.inc
index 1404abd2..5a5b447f 100644
--- a/conf/machine/include/imx8mn-evk.inc
+++ b/conf/machine/include/imx8mn-evk.inc
@@ -35,6 +35,7 @@ UBOOT_SUFFIX = "bin"
35UBOOT_CONFIG ??= "sd" 35UBOOT_CONFIG ??= "sd"
36UBOOT_CONFIG[sd] = "${UBOOT_CONFIG_BASENAME}_defconfig,sdcard" 36UBOOT_CONFIG[sd] = "${UBOOT_CONFIG_BASENAME}_defconfig,sdcard"
37UBOOT_CONFIG[fspi] = "${UBOOT_CONFIG_BASENAME}_defconfig" 37UBOOT_CONFIG[fspi] = "${UBOOT_CONFIG_BASENAME}_defconfig"
38UBOOT_CONFIG[ld] = "${UBOOT_CONFIG_BASENAME}_ld_defconfig"
38UBOOT_CONFIG[mfgtool] = "${UBOOT_CONFIG_BASENAME}_defconfig" 39UBOOT_CONFIG[mfgtool] = "${UBOOT_CONFIG_BASENAME}_defconfig"
39 40
40SPL_BINARY = "spl/u-boot-spl.bin" 41SPL_BINARY = "spl/u-boot-spl.bin"