[meta-ti] Denys Dmytriyenko : ti33x: switch KERNEL_IMAGETYPE to zImage by default
Arago Project git
git at arago-project.org
Thu Oct 10 09:18:54 PDT 2013
Module: meta-ti
Branch: dylan
Commit: a46b7207a3312fd1f3b8d8b1a2814963f7c9f669
URL: http://arago-project.org/git/meta-ti.git?a=commit;h=a46b7207a3312fd1f3b8d8b1a2814963f7c9f669
Author: Denys Dmytriyenko <denys at ti.com>
Date: Wed Oct 9 17:59:18 2013 -0400
ti33x: switch KERNEL_IMAGETYPE to zImage by default
To be used with latest u-boot that prefers zImage over uImage
Signed-off-by: Denys Dmytriyenko <denys at ti.com>
Acked-by: Chase Maupin <chase.maupin at ti.com>
---
conf/machine/include/ti33x.inc | 4 ++--
1 files 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"
More information about the meta-ti
mailing list