From: Tom Hochstein Date: Wed, 5 Sep 2018 22:41:24 +0000 (-0500) Subject: imx-base.inc: Update kernel image type for i.MX 8 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=470b41ed4d41773f9d4a729081d762042ed5ed44;p=meta-freescale.git imx-base.inc: Update kernel image type for i.MX 8 For all arm64 kernel image type is Image. Signed-off-by: Tom Hochstein --- diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc index f0fc959a..fe20f4bb 100644 --- a/conf/machine/include/imx-base.inc +++ b/conf/machine/include/imx-base.inc @@ -281,6 +281,7 @@ SERIAL_CONSOLE = "115200 ttymxc0" SERIAL_CONSOLE_mxs = "115200 ttyAMA0" KERNEL_IMAGETYPE = "zImage" +KERNEL_IMAGETYPE_aarch64 = "Image" MACHINE_FEATURES = "usbgadget usbhost vfat alsa touchscreen"