Skip to content

Commit e804cc8

Browse files
QSchulzsjg20
authored andcommitted
chapter2: use "external data" index instead of hardcoded string
To be consistent with the rest of the documentation. Signed-off-by: Quentin Schulz <[email protected]>
1 parent 2e77805 commit e804cc8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/chapter2-source-file-format.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ Conditionally mandatory properties
253253
data
254254
Path to the external file which contains this node's binary data. Within
255255
the FIT this is the contents of the file. This is mandatory unless
256-
external data is used.
256+
:index:`external data` is used.
257257

258258
data-size
259259
Size of the data in bytes. This is mandatory if :index:`external data` is
@@ -262,7 +262,7 @@ data-size
262262
data-offset
263263
Offset of the data in a separate image store. The image store is placed
264264
immediately after the last byte of the device tree binary, aligned to a
265-
4-byte boundary. This is mandatory if external data is used, with an offset.
265+
4-byte boundary. This is mandatory if :index:`external data` is used, with an offset.
266266

267267
data-position
268268
Machine address at which the data is to be found. This is a fixed address

0 commit comments

Comments
 (0)