Skip to content

Commit 7dff153

Browse files
QSchulzsjg20
authored andcommitted
chapter2: reword start-address into load address
I assume this is what was meant instead of start-address as this is a required property for loadables image nodes. While at it, add a link to the property definition. Signed-off-by: Quentin Schulz <[email protected]>
1 parent 17d5fb1 commit 7dff153

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/chapter2-source-file-format.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -592,10 +592,10 @@ fpga
592592

593593
loadables
594594
Unit name containing a list of additional binaries to be
595-
loaded at their given locations. "loadables" is a comma-separated list
596-
of strings. :index:`U-Boot` will load each binary at its given start-address
597-
and may optionally invoke additional post-processing steps on this binary
598-
based on its component image node type.
595+
loaded at their given locations. "loadables" is a comma-separated list
596+
of strings. :index:`U-Boot` will load each binary at its given load address
597+
(see :ref:`prop_load`) and may optionally invoke additional post-processing
598+
steps on this binary based on its component image node type.
599599

600600
ramdisk
601601
Unit name of the corresponding ramdisk to be loaded at the given location.

0 commit comments

Comments
 (0)