Re: [U-Boot] [PATCH v2 09/29] libfdt: Add get_property() and del_node()

2018-07-09 Thread Simon Glass
On 6 July 2018 at 10:27, Simon Glass wrote: > Add support for these functions in the Python binding. This patch stands > in for a pending upstream change. > > Signed-off-by: Simon Glass > --- > > Changes in v2: None > > scripts/dtc/pylibfdt/libfdt.i_shipped | 32 +++ > 1

[U-Boot] [PATCH v2 09/29] libfdt: Add get_property() and del_node()

2018-07-06 Thread Simon Glass
Add support for these functions in the Python binding. This patch stands in for a pending upstream change. Signed-off-by: Simon Glass --- Changes in v2: None scripts/dtc/pylibfdt/libfdt.i_shipped | 32 +++ 1 file changed, 32 insertions(+) diff --git a/scripts/dtc/pylib