Skip to content

Commit 7d0adc2

Browse files
committed
design: Fix UUID TLVs
Fix values presented in the design.md for UUID TLVs. Signed-off-by: Tomasz Chyrowicz <[email protected]>
1 parent 85aecf6 commit 7d0adc2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/design.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,8 @@ struct image_tlv {
150150
* ...
151151
* 0xffa0 - 0xfffe
152152
*/
153-
#define IMAGE_TLV_UUID_VID 0x80 /* Vendor unique identifier */
154-
#define IMAGE_TLV_UUID_CID 0x81 /* Device class unique identifier */
153+
#define IMAGE_TLV_UUID_VID 0x74 /* Vendor unique identifier */
154+
#define IMAGE_TLV_UUID_CID 0x75 /* Device class unique identifier */
155155
```
156156
157157
Optional type-length-value records (TLVs) containing image metadata are placed

0 commit comments

Comments
 (0)