From 9b306b3cd7c2a8ce7a23bcaa8f8c0c861fc66b7e Mon Sep 17 00:00:00 2001 From: Tom Hochstein Date: Wed, 9 Dec 2020 17:03:32 -0600 Subject: imx8mpevk: Remove unused variable IMAGE_BOOTLOADER The variable IMAGE_BOOTLOADER is not used since the move to wic. Signed-off-by: Tom Hochstein --- conf/machine/imx8mpevk.conf | 2 -- 1 file changed, 2 deletions(-) (limited to 'conf') 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" # Set Serial console SERIAL_CONSOLES = "115200;ttymxc1" -IMAGE_BOOTLOADER = "imx-boot" - LOADADDR = "" UBOOT_SUFFIX = "bin" UBOOT_MAKE_TARGET = "" -- cgit v1.2.3-54-g00ecf