ext_manifest: Fix incorrect signature

This patch changes the incorrect signature of extended manifest
to the correct one "$AE1"

Signed-off-by: Marcin Rajwa <marcin.rajwa@linux.intel.com>
This commit is contained in:
Marcin Rajwa 2021-09-11 19:22:25 +02:00 committed by Liam Girdwood
parent 4823e87f29
commit 241af313da
1 changed files with 2 additions and 2 deletions

View File

@ -33,8 +33,8 @@
#define __packed __attribute__((packed))
#endif
/* In ASCII `XMan` */
#define EXT_MAN_MAGIC_NUMBER 0x6e614d58
/* In ASCII `$AE1` */
#define EXT_MAN_MAGIC_NUMBER 0x31454124
/* Build u32 number in format MMmmmppp */
#define EXT_MAN_BUILD_VERSION(MAJOR, MINOR, PATH) ( \