summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2020-12-09 17:03:32 -0600
committerOtavio Salvador <otavio@ossystems.com.br>2021-01-21 08:37:58 -0300
commit9b306b3cd7c2a8ce7a23bcaa8f8c0c861fc66b7e (patch)
tree03dffe072b6aa27da0bbc1dbe763c239ae16be55 /conf
parent60c0ac6e015df134f4c1dc3ffbfc3ac8daf23ccf (diff)
downloadmeta-freescale-9b306b3cd7c2a8ce7a23bcaa8f8c0c861fc66b7e.tar.gz
imx8mpevk: Remove unused variable IMAGE_BOOTLOADER
The variable IMAGE_BOOTLOADER is not used since the move to wic. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/imx8mpevk.conf2
1 files changed, 0 insertions, 2 deletions
diff --git a/conf/machine/imx8mpevk.conf b/conf/machine/imx8mpevk.conf
index 123c4d36..06549d75 100644
--- a/conf/machine/imx8mpevk.conf
+++ b/conf/machine/imx8mpevk.conf
@@ -61,8 +61,6 @@ IMX_BOOT_SOC_TARGET = "iMX8MP"
61# Set Serial console 61# Set Serial console
62SERIAL_CONSOLES = "115200;ttymxc1" 62SERIAL_CONSOLES = "115200;ttymxc1"
63 63
64IMAGE_BOOTLOADER = "imx-boot"
65
66LOADADDR = "" 64LOADADDR = ""
67UBOOT_SUFFIX = "bin" 65UBOOT_SUFFIX = "bin"
68UBOOT_MAKE_TARGET = "" 66UBOOT_MAKE_TARGET = ""