[meta-ti] [PATCH] ti33x: switch KERNEL_IMAGETYPE to zImage by default
Denys Dmytriyenko
denis at denix.org
Wed Oct 9 15:00:10 PDT 2013
From: Denys Dmytriyenko <denys at ti.com>
To be used with latest u-boot that prefers zImage over uImage
Signed-off-by: Denys Dmytriyenko <denys at ti.com>
---
conf/machine/include/ti33x.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/conf/machine/include/ti33x.inc b/conf/machine/include/ti33x.inc
index 12b80c6..8a91a52 100644
--- a/conf/machine/include/ti33x.inc
+++ b/conf/machine/include/ti33x.inc
@@ -16,14 +16,14 @@ XSERVER = "xserver-xorg \
GUI_MACHINE_CLASS = "bigscreen"
# Increase this everytime you change something in the kernel
-MACHINE_KERNEL_PR = "r19"
+MACHINE_KERNEL_PR = "r20"
# Default providers, may need to override for specific machines
PREFERRED_PROVIDER_virtual/kernel = "linux-ti-staging"
PREFERRED_PROVIDER_virtual/bootloader = "u-boot-ti-staging"
PREFERRED_PROVIDER_u-boot = "u-boot-ti-staging"
-KERNEL_IMAGETYPE = "uImage"
+KERNEL_IMAGETYPE = "zImage"
UBOOT_ARCH = "arm"
UBOOT_MACHINE = "am335x_evm_config"
--
1.8.3.2
More information about the meta-ti
mailing list