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:
Anton Staaf 2011-09-09 12:16:30 -07:00 committed by Jon Loeliger
parent 83df28bd39
commit a4ea2fa951
9 changed files with 107 additions and 1 deletions

1
tests/.gitignore vendored
View file

@ -4,6 +4,7 @@
/add_subnode_with_nops
/asm_tree_dump
/boot-cpuid
/char_literal
/del_node
/del_property
/dtbs_equal_ordered