mirror of https://github.com/thesofproject/sof.git
Restore Zephyr version in banner, fix 'zephyr:BUILD_VERSION'
This fixes the banner which was recently added by SOF commit
a053e04d7e
("trace: add Zephyr git version to the initial FW ABI
banner")
SHM: FW ABI ... tags SOF:v1.2.3 zephyr:zephyr-v3.0.0-346-g1470228eb10
... but was broken very soon after by Zephyr commit 91709778a487 ("cmake:
version.h generation performed at build time")
SHM: FW ABI ... tags SOF:v1.2.3 zephyr:BUILD_VERSION
Signed-off-by: Marc Herbert <marc.herbert@intel.com>
This commit is contained in:
parent
de358701cf
commit
e986bc66d0
|
@ -28,6 +28,10 @@
|
|||
#include <user/abi_dbg.h>
|
||||
#include <sof_versions.h>
|
||||
|
||||
#ifdef __ZEPHYR__
|
||||
#include <version.h>
|
||||
#endif
|
||||
|
||||
#include <errno.h>
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
|
|
Loading…
Reference in New Issue