From fd1479d9194d3f3ec98d235e077c9d6e24276fa2 Mon Sep 17 00:00:00 2001 From: Kathleen Capella Date: Wed, 17 May 2023 16:25:31 -0400 Subject: [PATCH] fix(doc): match boot-order size to implementation Docs had boot-order field as being u32 but code uses uint16_t. FF-A specification does not specify a required size. Signed-off-by: Kathleen Capella Change-Id: Ia4c3fc66b9e733ea1417d34c2601bce1f81c4d32 --- docs/components/ffa-manifest-binding.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/components/ffa-manifest-binding.rst b/docs/components/ffa-manifest-binding.rst index 1061ca0fc..ee322ac67 100644 --- a/docs/components/ffa-manifest-binding.rst +++ b/docs/components/ffa-manifest-binding.rst @@ -91,7 +91,7 @@ Partition Properties - 0x2: 64k - boot-order - - value type: + - value type: - A unique number amongst all partitions that specifies if this partition must be booted before others. The partition with the smaller number will be booted first.