summaryrefslogtreecommitdiffstats
path: root/conf/machine/include/omap-a15.inc
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2017-03-06 22:29:57 +0000
committerDenys Dmytriyenko <denys@ti.com>2017-03-06 14:32:35 -0500
commit7d530a828a8ddad80ce94aa97f5961f9a616b97a (patch)
treebf01bfa52cdb9dd459bd76ebf20074e0d24b4d47 /conf/machine/include/omap-a15.inc
parent24b24a50cd27290dde036d83b92c5a9638bbe324 (diff)
downloadmeta-ti-7d530a828a8ddad80ce94aa97f5961f9a616b97a.tar.gz
omap-a15.conf: enable uImage as alternative image type to zImage
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf/machine/include/omap-a15.inc')
-rw-r--r--conf/machine/include/omap-a15.inc2
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"
12PREFERRED_PROVIDER_u-boot = "u-boot-ti-staging" 12PREFERRED_PROVIDER_u-boot = "u-boot-ti-staging"
13 13
14KERNEL_IMAGETYPE = "zImage" 14KERNEL_IMAGETYPE = "zImage"
15KERNEL_IMAGETYPES = "zImage uImage"
16KERNEL_CLASSES += "kernel-uimage"
15 17
16UBOOT_ARCH = "arm" 18UBOOT_ARCH = "arm"
17UBOOT_ENTRYPOINT = "0x80008000" 19UBOOT_ENTRYPOINT = "0x80008000"