Skip to content

Commit 155f3f3

Browse files
LaurentiuM1234MaureenHelm
authored andcommitted
west_commands: sign: add imx95 to target list
Add imx95 to target list to allow signing images for imx95. Signed-off-by: Laurentiu Mihalcea <laurentiu.mihalcea@nxp.com>
1 parent 0175495 commit 155f3f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/west_commands/sign.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ def sign(self, command, build_dir, build_conf, formats):
485485
kernel_name = build_conf.get('CONFIG_KERNEL_BIN_NAME', 'zephyr')
486486

487487
# TODO: make this a new sign.py --bootloader option.
488-
if target in ('imx8', 'imx8m', 'imx8ulp'):
488+
if target in ('imx8', 'imx8m', 'imx8ulp', 'imx95'):
489489
bootloader = None
490490
kernel = str(b / 'zephyr' / f'{kernel_name}.elf')
491491
out_bin = str(b / 'zephyr' / f'{kernel_name}.ri')

0 commit comments

Comments
 (0)