All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/imx-seco: use the c0 revision for the imx8qxp ahab image
@ 2021-04-28  3:40 Charles Hardin
  2021-04-29  8:20 ` Stephane Viau
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Charles Hardin @ 2021-04-28  3:40 UTC (permalink / raw)
  To: buildroot

From: Charles Hardin <ckhardin@gmail.com>

The silicon revision for the imx8 is C0 and this is the release
candidate for the new update images. It also seems to work on
some B0 early silicon in addition, so change the ahab container
to use mx8qxc0-ahab-container.img

Signed-off-by: Charles Hardin <ckhardin@gmail.com>
Signed-off-by: Charles Hardin <charles.hardin@chargepoint.com>
---
 package/freescale-imx/imx-seco/imx-seco.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/freescale-imx/imx-seco/imx-seco.mk b/package/freescale-imx/imx-seco/imx-seco.mk
index 245c3e3311..711315ea93 100644
--- a/package/freescale-imx/imx-seco/imx-seco.mk
+++ b/package/freescale-imx/imx-seco/imx-seco.mk
@@ -22,7 +22,7 @@ IMX_SECO_INSTALL_IMAGES = YES
 # is done in post-image script.
 ifeq ($(BR2_PACKAGE_FREESCALE_IMX_PLATFORM_IMX8X),y)
 define IMX_SECO_INSTALL_IMAGES_CMDS
-	cp $(@D)/firmware/seco/mx8qxb0-ahab-container.img \
+	cp $(@D)/firmware/seco/mx8qxc0-ahab-container.img \
 		$(BINARIES_DIR)/ahab-container.img
 endef
 else ifeq ($(BR2_PACKAGE_FREESCALE_IMX_PLATFORM_IMX8),y)
-- 
2.21.1 (Apple Git-122.3)

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

end of thread, other threads:[~2021-05-01 12:57 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-28  3:40 [Buildroot] [PATCH 1/1] package/imx-seco: use the c0 revision for the imx8qxp ahab image Charles Hardin
2021-04-29  8:20 ` Stephane Viau
2021-04-29 15:05   ` Charles Hardin
2021-04-30  7:37     ` Stephane Viau
2021-04-30 16:41 ` [Buildroot] [PATCH v2] " Charles Hardin
2021-04-30 17:09   ` Stephane Viau
2021-04-30 17:38     ` Yann E. MORIN
2021-04-30 18:09 ` [Buildroot] [PATCH v3] " Charles Hardin
2021-05-01 12:57   ` Yann E. MORIN

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.