[PATCH v2 01/25] dtoc: Make GetArgs() more flexible

Alper Nebi Yasak alpernebiyasak at gmail.com
Thu Mar 3 22:07:41 CET 2022


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 at chromium.org>
> Suggested-by: Alper Nebi Yasak <alpernebiyasak at 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 at gmail.com>

The use cases and design needs more thinking still, but later.


More information about the U-Boot mailing list