diff mbox

[1/4] configs/imx6qsabreauto: Use zImage by default

Message ID 1474634837-5756-1-git-send-email-festevam@gmail.com
State Accepted
Headers show

Commit Message

Fabio Estevam Sept. 23, 2016, 12:47 p.m. UTC
From: Fabio Estevam <fabio.estevam@nxp.com>

Currently the generated sdcard.img does not boot because U-Boot looks for
a zImage type of kernel instead of uImage.

Remove the generation of uImage, so that the sdcard.img can successfully
boot.

Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
---
 configs/freescale_imx6qsabreauto_defconfig | 2 --
 1 file changed, 2 deletions(-)

Comments

Thomas Petazzoni Sept. 25, 2016, 9:19 p.m. UTC | #1
Hello,

On Fri, 23 Sep 2016 09:47:14 -0300, Fabio Estevam wrote:
> From: Fabio Estevam <fabio.estevam@nxp.com>
> 
> Currently the generated sdcard.img does not boot because U-Boot looks for
> a zImage type of kernel instead of uImage.
> 
> Remove the generation of uImage, so that the sdcard.img can successfully
> boot.
> 
> Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
> ---
>  configs/freescale_imx6qsabreauto_defconfig | 2 --
>  1 file changed, 2 deletions(-)

All four patches applied, thanks!

Thomas
diff mbox

Patch

diff --git a/configs/freescale_imx6qsabreauto_defconfig b/configs/freescale_imx6qsabreauto_defconfig
index b9a9446..ef2c20e 100644
--- a/configs/freescale_imx6qsabreauto_defconfig
+++ b/configs/freescale_imx6qsabreauto_defconfig
@@ -17,8 +17,6 @@  BR2_LINUX_KERNEL_CUSTOM_GIT=y
 BR2_LINUX_KERNEL_CUSTOM_REPO_URL="git://git.freescale.com/imx/linux-2.6-imx.git"
 BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="rel_imx_4.1.15_1.1.0_ga"
 BR2_LINUX_KERNEL_DEFCONFIG="imx_v7"
-BR2_LINUX_KERNEL_UIMAGE=y
-BR2_LINUX_KERNEL_UIMAGE_LOADADDR="0x10008000"
 BR2_LINUX_KERNEL_DTS_SUPPORT=y
 BR2_LINUX_KERNEL_INTREE_DTS_NAME="imx6q-sabreauto"