[meta-ti] Denys Dmytriyenko : ti43x, omap-a15: switch KERNEL_IMAGETYPE to zImage by default
Arago Project git
git at arago-project.org
Wed Sep 25 13:57:38 PDT 2013
Module: meta-ti
Branch: dylan
Commit: f75224052b4877de9b83f449e371499c36d73afd
URL: http://arago-project.org/git/meta-ti.git?a=commit;h=f75224052b4877de9b83f449e371499c36d73afd
Author: Denys Dmytriyenko <denys at ti.com>
Date: Mon Sep 23 22:19:02 2013 -0400
ti43x, omap-a15: switch KERNEL_IMAGETYPE to zImage by default
* To be used with latest u-boot, that prefers zImage over uImage
* ti33x will follow as soon as u-boot changes its default for that platform
Signed-off-by: Denys Dmytriyenko <denys at ti.com>
Cc: Tom Rini <trini at ti.com>
---
conf/machine/include/omap-a15.inc | 2 +-
conf/machine/include/ti43x.inc | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/conf/machine/include/omap-a15.inc b/conf/machine/include/omap-a15.inc
index 623f2df..aba122a 100644
--- a/conf/machine/include/omap-a15.inc
+++ b/conf/machine/include/omap-a15.inc
@@ -10,7 +10,7 @@ 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_ENTRYPOINT = "0x80008000"
diff --git a/conf/machine/include/ti43x.inc b/conf/machine/include/ti43x.inc
index 62da105..adb66e3 100644
--- a/conf/machine/include/ti43x.inc
+++ b/conf/machine/include/ti43x.inc
@@ -23,7 +23,7 @@ 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 = "am43xx_evm_config"
More information about the meta-ti
mailing list