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

2022-03-03 Thread Alper Nebi Yasak
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

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

2022-02-23 Thread Simon Glass
At present it is not possible to have arguments whic include spaces. 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 Suggested-by: Alper Nebi Yasak --- Changes in v2: - Add new