diff options
author | Denys Dmytriyenko <denys@ti.com> | 2017-03-06 22:29:57 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2017-03-06 14:32:35 -0500 |
commit | 7d530a828a8ddad80ce94aa97f5961f9a616b97a (patch) | |
tree | bf01bfa52cdb9dd459bd76ebf20074e0d24b4d47 /conf/machine/include | |
parent | 24b24a50cd27290dde036d83b92c5a9638bbe324 (diff) | |
download | meta-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')
-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" |