mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-15 17:14:21 +00:00
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:
parent
08d7a10157
commit
fd1479d919
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ Partition Properties
|
|||
- 0x2: 64k
|
||||
|
||||
- boot-order
|
||||
- value type: <u32>
|
||||
- value type: <u16>
|
||||
- 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.
|
||||
|
|
Loading…
Add table
Reference in a new issue