Acked-by: Chase Maupin <[email protected]>
>-----Original Message----- >From: [email protected] [mailto:meta-ti- >[email protected]] On Behalf Of Denys Dmytriyenko >Sent: Wednesday, October 09, 2013 5:00 PM >To: [email protected] >Subject: [meta-ti] [PATCH] ti33x: switch KERNEL_IMAGETYPE to >zImage by default > >From: Denys Dmytriyenko <[email protected]> > >To be used with latest u-boot that prefers zImage over uImage > >Signed-off-by: Denys Dmytriyenko <[email protected]> >--- > 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 > >_______________________________________________ >meta-ti mailing list >[email protected] >https://lists.yoctoproject.org/listinfo/meta-ti _______________________________________________ meta-ti mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-ti
