Skip to content

Commit

Permalink
west: sign: add support for AMD i.amd_acp_6_0_adsp board.
Browse files Browse the repository at this point in the history
Add support for signing acp_6_0 SOF with Zephyr images with rimage.

Signed-off-by: DINESHKUMAR <[email protected]>
  • Loading branch information
DINESHKUMARK1 committed Oct 14, 2024
1 parent 8a41f46 commit eefc032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/west_commands/sign.py
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ def sign(self, command, build_dir, build_conf, formats):
kernel_name = build_conf.get('CONFIG_KERNEL_BIN_NAME', 'zephyr')

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

0 comments on commit eefc032

Please sign in to comment.