diff options
| author | Tom Hochstein <tom.hochstein@nxp.com> | 2022-05-02 10:25:41 -0500 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2022-05-09 23:39:55 +0000 |
| commit | 769972d1e9b4b0ec1344c37049e6f1868e0f4a11 (patch) | |
| tree | 20455c9d653a833913866ed132cd86afc396607b /conf | |
| parent | 3fa1e758376e78cca1a715eb7bf676cd420cbcef (diff) | |
| download | meta-freescale-769972d1e9b4b0ec1344c37049e6f1868e0f4a11.tar.gz | |
imx8mn-evk: Add uboot config ld
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
(cherry picked from commit 17aed5a1b8edff1922ff34ee13621010ae023d23)
Diffstat (limited to 'conf')
| -rw-r--r-- | conf/machine/include/imx8mn-evk.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/machine/include/imx8mn-evk.inc b/conf/machine/include/imx8mn-evk.inc index 1404abd2d..5a5b447fe 100644 --- a/conf/machine/include/imx8mn-evk.inc +++ b/conf/machine/include/imx8mn-evk.inc | |||
| @@ -35,6 +35,7 @@ UBOOT_SUFFIX = "bin" | |||
| 35 | UBOOT_CONFIG ??= "sd" | 35 | UBOOT_CONFIG ??= "sd" |
| 36 | UBOOT_CONFIG[sd] = "${UBOOT_CONFIG_BASENAME}_defconfig,sdcard" | 36 | UBOOT_CONFIG[sd] = "${UBOOT_CONFIG_BASENAME}_defconfig,sdcard" |
| 37 | UBOOT_CONFIG[fspi] = "${UBOOT_CONFIG_BASENAME}_defconfig" | 37 | UBOOT_CONFIG[fspi] = "${UBOOT_CONFIG_BASENAME}_defconfig" |
| 38 | UBOOT_CONFIG[ld] = "${UBOOT_CONFIG_BASENAME}_ld_defconfig" | ||
| 38 | UBOOT_CONFIG[mfgtool] = "${UBOOT_CONFIG_BASENAME}_defconfig" | 39 | UBOOT_CONFIG[mfgtool] = "${UBOOT_CONFIG_BASENAME}_defconfig" |
| 39 | 40 | ||
| 40 | SPL_BINARY = "spl/u-boot-spl.bin" | 41 | SPL_BINARY = "spl/u-boot-spl.bin" |
