Skip to content

Commit b3979c0

Browse files
committed
Add note for fdt image to not derive compatible from fdt or model
While the image section already mentions that the compatible refers to a method of loading the image to memory, users could miss it and derive the compatible for fdt images from the fdt compatible or the model. Add an explicit note stating otherwise. Signed-off-by: Chen-Yu Tsai <[email protected]>
1 parent 2cb1e38 commit b3979c0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

source/chapter2-source-file-format.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -355,6 +355,10 @@ compatible
355355
UltraScale+ (ZynqMP) device.
356356
========================== =========================================
357357

358+
*Note* For fdt images, the node should not have a compatible for the model.
359+
The compatible here is not derived from the fdt, nor is it used to identify
360+
the fdt. Such usage belongs in the configuration node.
361+
358362
phase
359363
U-Boot phase for which the image is intended.
360364

0 commit comments

Comments
 (0)