diff options
-rw-r--r-- | conf/machine/include/omap-a15.inc | 2 |
1 files changed, 2 insertions, 0 deletions
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" | |||
12 | PREFERRED_PROVIDER_u-boot = "u-boot-ti-staging" | 12 | PREFERRED_PROVIDER_u-boot = "u-boot-ti-staging" |
13 | 13 | ||
14 | KERNEL_IMAGETYPE = "zImage" | 14 | KERNEL_IMAGETYPE = "zImage" |
15 | KERNEL_IMAGETYPES = "zImage uImage" | ||
16 | KERNEL_CLASSES += "kernel-uimage" | ||
15 | 17 | ||
16 | UBOOT_ARCH = "arm" | 18 | UBOOT_ARCH = "arm" |
17 | UBOOT_ENTRYPOINT = "0x80008000" | 19 | UBOOT_ENTRYPOINT = "0x80008000" |