From 7d530a828a8ddad80ce94aa97f5961f9a616b97a Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Mon, 6 Mar 2017 22:29:57 +0000 Subject: [PATCH] omap-a15.conf: enable uImage as alternative image type to zImage Signed-off-by: Denys Dmytriyenko --- conf/machine/include/omap-a15.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/machine/include/omap-a15.inc b/conf/machine/include/omap-a15.inc index d5ce54ac..0ea428f2 100644 --- a/conf/machine/include/omap-a15.inc +++ b/conf/machine/include/omap-a15.inc @@ -12,6 +12,8 @@ PREFERRED_PROVIDER_virtual/bootloader = "u-boot-ti-staging" PREFERRED_PROVIDER_u-boot = "u-boot-ti-staging" KERNEL_IMAGETYPE = "zImage" +KERNEL_IMAGETYPES = "zImage uImage" +KERNEL_CLASSES += "kernel-uimage" UBOOT_ARCH = "arm" UBOOT_ENTRYPOINT = "0x80008000"