Re: [U-Boot] [PATCH v2 18/29] dtoc: Fix properties with a single zero-arg phandle

2018-07-09 Thread Simon Glass
On 6 July 2018 at 10:27, Simon Glass wrote: > At present a property with a single phandle looks like an integer value > to dtoc. Correct this by adjusting it in the phandle-processing code. > > Add a test for this. > > Signed-off-by: Simon Glass > --- > > Changes in v2: > - Update to cope with Ge

[U-Boot] [PATCH v2 18/29] dtoc: Fix properties with a single zero-arg phandle

2018-07-06 Thread Simon Glass
At present a property with a single phandle looks like an integer value to dtoc. Correct this by adjusting it in the phandle-processing code. Add a test for this. Signed-off-by: Simon Glass --- Changes in v2: - Update to cope with GetPhandle() being removed tools/dtoc/dtb_platdata.py |