Skip to content

Commit ac805f1

Browse files
LaurentiuM1234kv2019i
authored andcommitted
platform: Kconfig: set RIMAGE_SIGNING_SCHEMA for imx95
This is required as of zephyr commit 098f61700f8e ("west: sign/rimage: do not assume SOF source exists"). Without it, rimage won't set the external manifest magic, thus resulting in a failure when this is check on the kernel side. Signed-off-by: Laurentiu Mihalcea <laurentiu.mihalcea@nxp.com>
1 parent 87d2e63 commit ac805f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/platform/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -529,6 +529,7 @@ config RIMAGE_SIGNING_SCHEMA
529529
default "imx8x" if IMX8X
530530
default "imx8m" if IMX8M
531531
default "imx8ulp" if IMX8ULP
532+
default "imx95" if IMX95
532533
default "rn" if RENOIR
533534
default "rmb" if REMBRANDT
534535
default "vangogh" if VANGOGH

0 commit comments

Comments
 (0)