Commit a4ea2fa9 authored by Anton Staaf's avatar Anton Staaf Committed by Jon Loeliger
Browse files

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: default avatarAnton Staaf <robotboy@chromium.org>
Acked-by: default avatarDavid Gibson <david@gibson.dropbear.id.au>
parent 83df28bd
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment