summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-omap-psp_2.6.32.bb
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2013-09-23 21:04:06 -0400
committerDenys Dmytriyenko <denys@ti.com>2013-09-25 16:56:48 -0400
commit2173296d1204855427a55067b67d9908c43c0418 (patch)
tree07a2c69226548d97d9f13220a3eea46b22547810 /recipes-kernel/linux/linux-omap-psp_2.6.32.bb
parent69723eef85419d45ceba2b0f85496ad1491d97a4 (diff)
downloadmeta-ti-2173296d1204855427a55067b67d9908c43c0418.tar.gz
linux*: don't force KERNEL_IMAGETYPE from recipes, let machine config set it
Some kernel versions (and corresponding u-boot) may still need to set uImage, as preferred image type, since the machine config changes preference to zImage for newer kernels - keep that for ti33x and omap-a15 stuck on 3.2 and 3.8. Signed-off-by: Denys Dmytriyenko <denys@ti.com> Acked-by: Franklin Cooper Jr. <fcooper@ti.com>
Diffstat (limited to 'recipes-kernel/linux/linux-omap-psp_2.6.32.bb')
-rw-r--r--recipes-kernel/linux/linux-omap-psp_2.6.32.bb1
1 files changed, 0 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-omap-psp_2.6.32.bb b/recipes-kernel/linux/linux-omap-psp_2.6.32.bb
index 61fc24f0..9f7c472c 100644
--- a/recipes-kernel/linux/linux-omap-psp_2.6.32.bb
+++ b/recipes-kernel/linux/linux-omap-psp_2.6.32.bb
@@ -3,7 +3,6 @@ require multi-kernel.inc
3MULTI_CONFIG_BASE_SUFFIX = "" 3MULTI_CONFIG_BASE_SUFFIX = ""
4 4
5DESCRIPTION = "Linux kernel for OMAP processors" 5DESCRIPTION = "Linux kernel for OMAP processors"
6KERNEL_IMAGETYPE = "uImage"
7 6
8COMPATIBLE_MACHINE = "am3517-crane|beagleboard|omap3evm|am3517-evm|dm37x-evm|am37x-evm|omap3-touchbook|overo" 7COMPATIBLE_MACHINE = "am3517-crane|beagleboard|omap3evm|am3517-evm|dm37x-evm|am37x-evm|omap3-touchbook|overo"
9 8