[Buildroot] [PATCH 1/1] package/imx-seco: use the c0 revision for the imx8qxp ahab image

Charles Hardin ckhardin at gmail.com
Wed Apr 28 03:40:36 UTC 2021


From: Charles Hardin <ckhardin at 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 at gmail.com>
Signed-off-by: Charles Hardin <charles.hardin at 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)



More information about the buildroot mailing list