Skip to content

Commit

Permalink
manifest: add fw_ver_micro to manifest
Browse files Browse the repository at this point in the history
Pass fw_ver_micro value to manifest.

Signed-off-by: Damian Nikodem <[email protected]>
  • Loading branch information
dnikodem authored and lgirdwood committed Sep 9, 2022
1 parent fb28357 commit a1b6e6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/manifest.c
Original file line number Diff line number Diff line change
Expand Up @@ -1413,6 +1413,7 @@ int man_write_fw_ace_v1_5(struct image *image)
m->css.version.build_version = image->fw_ver_build;
m->desc.header.major_version = image->fw_ver_major;
m->desc.header.minor_version = image->fw_ver_minor;
m->desc.header.hotfix_version = image->fw_ver_micro;
m->desc.header.build_version = image->fw_ver_build;

m->desc.header.feature_mask = 0x2; // -> should be feature mask - to fix
Expand Down

0 comments on commit a1b6e6d

Please sign in to comment.