mirror of
https://github.com/dgibson/dtc.git
synced 2025-10-14 08:47:41 -04:00
parser: add TYPE_STRING marker to path references
Path references are also a string, so add TYPE_STRING marker in addition to REF_PATH. Signed-off-by: Rob Herring <robh@kernel.org> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
This commit is contained in:
parent
90a190eb04
commit
ac68ff92ae
1 changed files with 1 additions and 0 deletions
|
@ -287,6 +287,7 @@ propdata:
|
||||||
}
|
}
|
||||||
| propdataprefix DT_REF
|
| propdataprefix DT_REF
|
||||||
{
|
{
|
||||||
|
$1 = data_add_marker($1, TYPE_STRING, $2);
|
||||||
$$ = data_add_marker($1, REF_PATH, $2);
|
$$ = data_add_marker($1, REF_PATH, $2);
|
||||||
}
|
}
|
||||||
| propdataprefix DT_INCBIN '(' DT_STRING ',' integer_prim ',' integer_prim ')'
|
| propdataprefix DT_INCBIN '(' DT_STRING ',' integer_prim ',' integer_prim ')'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue