From 10218c385b34b9a7355f58828e7c0eb8acca4fda Mon Sep 17 00:00:00 2001 From: zvecr Date: Thu, 7 Jul 2022 22:59:12 +0100 Subject: [PATCH] Align config length/offset data types --- data/xap/xap_0.1.0.hjson | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/xap/xap_0.1.0.hjson b/data/xap/xap_0.1.0.hjson index 75beb98e89..5eb1459d65 100755 --- a/data/xap/xap_0.1.0.hjson +++ b/data/xap/xap_0.1.0.hjson @@ -316,7 +316,7 @@ name: Config Blob Length define: CONFIG_BLOB_LEN description: Retrieves the length of the configuration data bundled within the firmware - return_type: u32 + return_type: u16 return_constant: CONFIG_BLOB_GZ_LEN } 0x06: {