Unverified Commit 8cec1085 authored by Wesley W. Terpstra's avatar Wesley W. Terpstra Committed by GitHub
Browse files

diplomacy: DTS aliases are not references (#1531)

References are written: key = <&label>;
Aliases are written:    key = &label;

References compile to a phandle integer value.
Aliases compile to a string path name.
parent 74a56226
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment