diff options
author | Tom Hochstein <tom.hochstein@nxp.com> | 2020-12-09 17:03:32 -0600 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2021-01-21 08:37:58 -0300 |
commit | 9b306b3cd7c2a8ce7a23bcaa8f8c0c861fc66b7e (patch) | |
tree | 03dffe072b6aa27da0bbc1dbe763c239ae16be55 /conf | |
parent | 60c0ac6e015df134f4c1dc3ffbfc3ac8daf23ccf (diff) | |
download | meta-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.conf | 2 |
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 |
62 | SERIAL_CONSOLES = "115200;ttymxc1" | 62 | SERIAL_CONSOLES = "115200;ttymxc1" |
63 | 63 | ||
64 | IMAGE_BOOTLOADER = "imx-boot" | ||
65 | |||
66 | LOADADDR = "" | 64 | LOADADDR = "" |
67 | UBOOT_SUFFIX = "bin" | 65 | UBOOT_SUFFIX = "bin" |
68 | UBOOT_MAKE_TARGET = "" | 66 | UBOOT_MAKE_TARGET = "" |