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 <kathleen.capella@arm.com>
Change-Id: Ia4c3fc66b9e733ea1417d34c2601bce1f81c4d32
This commit is contained in:
Kathleen Capella 2023-05-17 16:25:31 -04:00
parent 08d7a10157
commit fd1479d919

View file

@ -91,7 +91,7 @@ Partition Properties
- 0x2: 64k - 0x2: 64k
- boot-order - boot-order
- value type: <u32> - value type: <u16>
- A unique number amongst all partitions that specifies if this partition - A unique number amongst all partitions that specifies if this partition
must be booted before others. The partition with the smaller number will be must be booted before others. The partition with the smaller number will be
booted first. booted first.