Re: [U-Boot] [PATCH v2 25/29] dtoc: Add functions to add integer properties

2018-07-09 Thread Simon Glass
On 6 July 2018 at 10:27, Simon Glass wrote: > Add a few simple functions to add a placeholder integer property, and > set its value. > > Signed-off-by: Simon Glass > --- > > Changes in v2: None > > tools/dtoc/fdt.py | 27 +++ > tools/dtoc/test_fdt.py | 20 +++

[U-Boot] [PATCH v2 25/29] dtoc: Add functions to add integer properties

2018-07-06 Thread Simon Glass
Add a few simple functions to add a placeholder integer property, and set its value. Signed-off-by: Simon Glass --- Changes in v2: None tools/dtoc/fdt.py | 27 +++ tools/dtoc/test_fdt.py | 20 2 files changed, 47 insertions(+) diff --git a/too