
3 Mar
2022
3 Mar
'22
10:07 p.m.
On 24/02/2022 02:00, Simon Glass wrote:
At present it is not possible to have arguments whic include spaces.
whic -> which
Update the function to only split the args if the property is a single string. This is a bit inconsistent, but might still be useful.
Signed-off-by: Simon Glass sjg@chromium.org Suggested-by: Alper Nebi Yasak alpernebiyasak@gmail.com
Changes in v2:
- Add new patch to make GetArgs() more flexible
tools/dtoc/fdt_util.py | 8 ++++++-- tools/dtoc/test/dtoc_test_simple.dts | 2 ++ tools/dtoc/test_fdt.py | 6 +++++- 3 files changed, 13 insertions(+), 3 deletions(-)
Reviewed-by: Alper Nebi Yasak alpernebiyasak@gmail.com
The use cases and design needs more thinking still, but later.