summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Kogan <maxkogan@google.com>2020-06-05 17:00:19 -0700
committerMax Kogan <maxkogan@google.com>2020-06-08 15:36:50 -0700
commit4f72ed10222c30c31d2f8deeeae4403d9c2960d4 (patch)
tree8ab92f1ce1a27a1dbce5ab98826d52848be3ff54
parent88b20242065a1dcaa8c0c0d03742cbedb1d45bb0 (diff)
downloadaoc-ipc-4f72ed10222c30c31d2f8deeeae4403d9c2960d4.tar.gz
Remove fw_version number
fw version number is no longer gnerated as part of the build process but only added to aoc.bin header Bug: 157658932 Change-Id: I6d4e0fed7ca4facbf05662671d1e97d18e1bdd3e
-rw-r--r--aoc_ipc_core_internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/aoc_ipc_core_internal.h b/aoc_ipc_core_internal.h
index babf6e6..e263781 100644
--- a/aoc_ipc_core_internal.h
+++ b/aoc_ipc_core_internal.h
@@ -51,7 +51,7 @@ extern "C" {
#define AOC_MAGIC 0xA0C00A0C
struct aoc_control_block {
u32 magic;
- u32 fw_version;
+ u32 reserved;
u32 hw_version;
u32 status;
u64 supported_features;