summaryrefslogtreecommitdiffstats
path: root/conf/machine/imx8mq-evk.conf
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2022-08-02 13:04:15 -0500
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2022-08-02 18:50:19 +0000
commit42b35e3c98876c2e8aa4294f1a378e0a826b4e3d (patch)
tree92516588de1c982ee2163a4b2bd5771a9806872d /conf/machine/imx8mq-evk.conf
parent7da167eadd35a5ad569a3201f1fe40acedfc0bc7 (diff)
downloadmeta-freescale-42b35e3c98876c2e8aa4294f1a378e0a826b4e3d.tar.gz
imx8m*: Drop redundant UBOOT_SUFFIX assignment
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> (cherry picked from commit d3f8b15d3cab77ae0397ab95ddcb4aed559e2db0)
Diffstat (limited to 'conf/machine/imx8mq-evk.conf')
-rw-r--r--conf/machine/imx8mq-evk.conf1
1 files changed, 0 insertions, 1 deletions
diff --git a/conf/machine/imx8mq-evk.conf b/conf/machine/imx8mq-evk.conf
index ace29424..c1abe991 100644
--- a/conf/machine/imx8mq-evk.conf
+++ b/conf/machine/imx8mq-evk.conf
@@ -96,7 +96,6 @@ UBOOT_EXTLINUX_ROOT:default:use-mainline-bsp ??= "root=/dev/mmcblk1p2"
96IMAGE_BOOT_FILES:append:use-mainline-bsp = " extlinux.conf;extlinux/extlinux.conf" 96IMAGE_BOOT_FILES:append:use-mainline-bsp = " extlinux.conf;extlinux/extlinux.conf"
97 97
98LOADADDR = "" 98LOADADDR = ""
99UBOOT_SUFFIX = "bin"
100UBOOT_MAKE_TARGET = "" 99UBOOT_MAKE_TARGET = ""
101IMX_BOOT_SEEK = "33" 100IMX_BOOT_SEEK = "33"
102 101