Platform: Align flash driver to CMSIS Flash APIs
There is a known misalignment with the current CMSIS Flash
interface in TF-M: currently TF-M expects and returns the
size whereas CMSIS Flash specifies the number of elements.
This patch is to eliminate this misalignment.
Signed-off-by: Sherry Zhang <sherry.zhang2@arm.com>
Change-Id: I63ffda1ca4bc2e9c99b208df4a2a985f5581ee24
diff --git a/platform/ext/common/provisioning.c b/platform/ext/common/provisioning.c
index 9aa7004..f196711 100644
--- a/platform/ext/common/provisioning.c
+++ b/platform/ext/common/provisioning.c
@@ -33,7 +33,7 @@
uint8_t boot_seed[32];
uint8_t implementation_id[32];
- uint8_t hw_version[18];
+ uint8_t hw_version[32];
uint8_t verification_service_url[32];
uint8_t profile_definition[32];