Re: [PATCH v4 2/3] dtc: Support character literals in cell lists
From: Jon Loeliger <hidden> Date: 2011-09-22 14:27:01
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 <redacted>
Cc: Jon Loeliger <jdl-CYoMK+44s/E@public.gmane.org>
Cc: David Gibson <redacted>