All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jesse Taube <mr.bossman075@gmail.com>
To: buildroot@buildroot.org
Cc: Giulio Benetti <giulio.benetti@benettiengineering.com>,
	Thomas Petazzoni <thomas.petazzoni@bootlin.com>,
	Jesse Taube <Mr.Bossman075@gmail.com>
Subject: [Buildroot] [PATCH v1] configs/imxrt1050-evk: Use zImage instead of uImage
Date: Wed,  8 Nov 2023 22:59:47 -0500	[thread overview]
Message-ID: <20231109035947.1852675-2-Mr.Bossman075@gmail.com> (raw)
In-Reply-To: <20231109035947.1852675-1-Mr.Bossman075@gmail.com>

imxrt1050-evk was using uImage switch to using zImage
now.

Signed-off-by: Jesse Taube <Mr.Bossman075@gmail.com>
---
 board/freescale/imxrt1050evk/genimage.cfg   | 2 +-
 board/freescale/imxrt1050evk/uboot.fragment | 2 +-
 configs/imxrt1050-evk_defconfig             | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/board/freescale/imxrt1050evk/genimage.cfg b/board/freescale/imxrt1050evk/genimage.cfg
index daa51bdbe0..64fc8452f8 100644
--- a/board/freescale/imxrt1050evk/genimage.cfg
+++ b/board/freescale/imxrt1050evk/genimage.cfg
@@ -1,7 +1,7 @@
 image boot.vfat {
 	vfat {
 		files = {
-			"uImage",
+			"zImage",
 			"imxrt1050-evk.dtb",
 		}
 	}
diff --git a/board/freescale/imxrt1050evk/uboot.fragment b/board/freescale/imxrt1050evk/uboot.fragment
index 1c5bb6af35..dd45ca4c29 100644
--- a/board/freescale/imxrt1050evk/uboot.fragment
+++ b/board/freescale/imxrt1050evk/uboot.fragment
@@ -1,2 +1,2 @@
 CONFIG_USE_BOOTCOMMAND=y
-CONFIG_BOOTCOMMAND="setenv bootargs console=ttyLP0 root=/dev/mmcblk0p2 rw earlycon rootwait;load mmc 0:1 0x80800000 imxrt1050-evk.dtb;load mmc 0:1 0x80000000 uImage;bootm 0x80000000 - 0x80800000"
+CONFIG_BOOTCOMMAND="setenv bootargs console=ttyLP0 root=/dev/mmcblk0p2 rw earlycon rootwait;load mmc 0:1 0x80800000 imxrt1050-evk.dtb;load mmc 0:1 0x80000000 zImage;bootz 0x80000000 - 0x80800000"
diff --git a/configs/imxrt1050-evk_defconfig b/configs/imxrt1050-evk_defconfig
index 0eb6f626c9..85d4783579 100644
--- a/configs/imxrt1050-evk_defconfig
+++ b/configs/imxrt1050-evk_defconfig
@@ -14,7 +14,7 @@ BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_VERSION=y
 BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.6"
 BR2_LINUX_KERNEL_DEFCONFIG="imxrt"
-BR2_LINUX_KERNEL_UIMAGE=y
+BR2_LINUX_KERNEL_ZIMAGE=y
 BR2_LINUX_KERNEL_DTS_SUPPORT=y
 BR2_LINUX_KERNEL_INTREE_DTS_NAME="imxrt1050-evk"
 
-- 
2.42.0

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

  reply	other threads:[~2023-11-09  4:00 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-09  3:59 [Buildroot] [PATCH v1] configs/imxrt1050-evk: Bump Kernel and U-boot Jesse Taube
2023-11-09  3:59 ` Jesse Taube [this message]
2024-01-10 20:47   ` [Buildroot] [PATCH v1] configs/imxrt1050-evk: Use zImage instead of uImage Thomas Petazzoni via buildroot
2023-11-09  4:00 ` [Buildroot] [PATCH v1] configs/imxrt1050-evk: Bump Kernel and U-boot Jesse T
2023-11-09 11:21 ` Giulio Benetti
2024-01-09 22:00   ` Giulio Benetti
2024-01-10 20:45     ` Thomas Petazzoni via buildroot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20231109035947.1852675-2-Mr.Bossman075@gmail.com \
    --to=mr.bossman075@gmail.com \
    --cc=buildroot@buildroot.org \
    --cc=giulio.benetti@benettiengineering.com \
    --cc=thomas.petazzoni@bootlin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.