[meta-ti] [PATCH 4/4] ti33x, ti43x, omap-a15: switch KERNEL_IMAGETYPE to zImage by default

Maupin, Chase chase.maupin at ti.com
Tue Sep 24 06:53:26 PDT 2013


As Franklin mentioned let's hold this one off until the change to use zImage has been pushed for am335x, or at least split this into only supporting ti43x and omap-a15 for now and do am335x later.

>-----Original Message-----
>From: meta-ti-bounces at yoctoproject.org [mailto:meta-ti-
>bounces at yoctoproject.org] On Behalf Of Denys Dmytriyenko
>Sent: Monday, September 23, 2013 9:27 PM
>To: meta-ti at yoctoproject.org
>Cc: Rini, Tom
>Subject: [meta-ti] [PATCH 4/4] ti33x, ti43x, omap-a15: switch
>KERNEL_IMAGETYPE to zImage by default
>
>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>
>Cc: Tom Rini <trini at ti.com>
>---
> conf/machine/include/omap-a15.inc | 2 +-
> conf/machine/include/ti33x.inc    | 2 +-
> conf/machine/include/ti43x.inc    | 2 +-
> 3 files changed, 3 insertions(+), 3 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/ti33x.inc
>b/conf/machine/include/ti33x.inc
>index 12b80c6..7f02042 100644
>--- a/conf/machine/include/ti33x.inc
>+++ b/conf/machine/include/ti33x.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 = "am335x_evm_config"
>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"
>--
>1.8.3.2
>
>_______________________________________________
>meta-ti mailing list
>meta-ti at yoctoproject.org
>https://lists.yoctoproject.org/listinfo/meta-ti



More information about the meta-ti mailing list