mirror of
https://github.com/dgibson/dtc.git
synced 2025-12-08 20:55:18 -05:00
dtc: Support character literals in cell lists
With this patch the following property assignment:
property = <0x12345678 'a' '\r' 100>;
is equivalent to:
property = <0x12345678 0x00000061 0x0000000D 0x00000064>
Signed-off-by: Anton Staaf <robotboy@chromium.org>
Acked-by: David Gibson <david@gibson.dropbear.id.au>
This commit is contained in:
parent
83df28bd39
commit
a4ea2fa951
9 changed files with 107 additions and 1 deletions
1
tests/.gitignore
vendored
1
tests/.gitignore
vendored
|
|
@ -4,6 +4,7 @@
|
|||
/add_subnode_with_nops
|
||||
/asm_tree_dump
|
||||
/boot-cpuid
|
||||
/char_literal
|
||||
/del_node
|
||||
/del_property
|
||||
/dtbs_equal_ordered
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue