aboutsummaryrefslogtreecommitdiff
path: root/kernel/ethosu_core_interface.h
diff options
context:
space:
mode:
authorDavide Grohmann <davide.grohmann@arm.com>2021-06-17 09:59:40 +0200
committerKristofer Jonsson <kristofer.jonsson@arm.com>2021-08-13 09:56:16 +0000
commit40e23d12017ba8aa40bb15c9214cd7ac531a159e (patch)
tree232ce65c8998a746fa1d9b381388efd56d900bca /kernel/ethosu_core_interface.h
parent1c26baa1e8fde9f730c0ef472187937619d32471 (diff)
downloadethos-u-linux-driver-stack-40e23d12017ba8aa40bb15c9214cd7ac531a159e.tar.gz
Do not expose device specific hw config in capabilities21.08-rc1
Change-Id: Ia90e2d74c3e071c6e3de381cfada9a5a155d7529
Diffstat (limited to 'kernel/ethosu_core_interface.h')
-rw-r--r--kernel/ethosu_core_interface.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/ethosu_core_interface.h b/kernel/ethosu_core_interface.h
index ad8311c..d5bcb54 100644
--- a/kernel/ethosu_core_interface.h
+++ b/kernel/ethosu_core_interface.h
@@ -154,7 +154,6 @@ struct ethosu_core_msg_capabilities_rsp {
uint32_t driver_major_rev;
uint32_t macs_per_cc;
uint32_t cmd_stream_version;
- uint32_t shram_size;
uint32_t custom_dma;
};