aboutsummaryrefslogtreecommitdiff
path: root/Documentation/manual.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/manual.txt')
-rw-r--r--Documentation/manual.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/Documentation/manual.txt b/Documentation/manual.txt
index 15a7837..598c6e6 100644
--- a/Documentation/manual.txt
+++ b/Documentation/manual.txt
@@ -126,6 +126,20 @@ Options:
property for each label. The property's name is the label name and the
value is the path of the labeled node.
+ -L
+ Possibly generates a __local_fixups__ and a __fixups__ node at the root node.
+ For each property that contains a phandle reference using a locally
+ defined phandle, the __local_fixups__ node contains a property (at path
+ /__local_fixups__/$a if $a is the path of the node). Its value is a list
+ of offsets that are phandle values. If there are no such properties, no
+ __local_fixups__ node is generated.
+ For each undefined label used in at least one reference, the __fixups__
+ node contains a property. Its name is the label name, its value is a
+ list of locations where the label is used in a reference in the format
+ "path:property:offset". If there is no undefined label, no __fixups__
+ nodes is generated.
+ Enabled by default for compiling overlays (i.e. dts files with a
+ /plugin/ tag).
-A
Generate automatically aliases for all node labels. This is similar to