Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/4] configs/imx6qsabreauto: Use zImage by default
@ 2016-09-23 12:47 Fabio Estevam
  2016-09-23 12:47 ` [Buildroot] [PATCH 2/4] configs/imx6qsabreauto: Add ext4 rootfs option Fabio Estevam
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Fabio Estevam @ 2016-09-23 12:47 UTC (permalink / raw)
  To: buildroot

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(-)

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"
 
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-09-25 21:19 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-23 12:47 [Buildroot] [PATCH 1/4] configs/imx6qsabreauto: Use zImage by default Fabio Estevam
2016-09-23 12:47 ` [Buildroot] [PATCH 2/4] configs/imx6qsabreauto: Add ext4 rootfs option Fabio Estevam
2016-09-23 12:47 ` [Buildroot] [PATCH 3/4] configs/imx6dlsabreauto: Use zImage by default Fabio Estevam
2016-09-23 12:47 ` [Buildroot] [PATCH 4/4] configs/imx6dlsabreauto: Add ext4 rootfs option Fabio Estevam
2016-09-25 21:19 ` [Buildroot] [PATCH 1/4] configs/imx6qsabreauto: Use zImage by default Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox