]> code.ossystems Code Review - meta-freescale.git/commitdiff
use-imx-security-controller-firmware: Update DXL and Phantom DXL revs
authorTom Hochstein <tom.hochstein@nxp.com>
Sat, 13 Feb 2021 00:18:04 +0000 (18:18 -0600)
committerOtavio Salvador <otavio@ossystems.com.br>
Sat, 13 Feb 2021 12:56:03 +0000 (09:56 -0300)
Bump to rev A1 for i.MX 8DXL and C0 for 8DXL Phantom.

Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
classes/use-imx-security-controller-firmware.bbclass

index 52b1bf37a21151a0fb4be44484046f7ddc539d32..55a2cc47a8bfdd0fe919538d4324821c4f64e412 100644 (file)
@@ -22,8 +22,8 @@ SECO_FIRMWARE_NAME_mx8qm         = "mx8qmb0-ahab-container.img"
 SECO_FIRMWARE_NAME_mx8qxp        = \
     "${@bb.utils.contains('MACHINE_FEATURES', 'soc-revb0', 'mx8qxb0-ahab-container.img', \
                                                            'mx8qxc0-ahab-container.img', d)}"
-SECO_FIRMWARE_NAME_mx8phantomdxl = "mx8qxb0-ahab-container.img"
-SECO_FIRMWARE_NAME_mx8dxl        = "mx8dxla0-ahab-container.img"
+SECO_FIRMWARE_NAME_mx8phantomdxl = "mx8qxc0-ahab-container.img"
+SECO_FIRMWARE_NAME_mx8dxl        = "mx8dxla1-ahab-container.img"
 
 python () {
     if "mx8m" in d.getVar('MACHINEOVERRIDES').split(":"):