Re: [U-Boot] [PATCH v2 08/29] libfdt: Fix the Python pack() function

2018-07-09 Thread Simon Glass
On 6 July 2018 at 10:27, Simon Glass wrote: > This currently fails to reduce the device-tree bytearray size. Fix this. > > This stands in for a pending upstream change. > > Signed-off-by: Simon Glass > --- > > Changes in v2: None > > scripts/dtc/pylibfdt/libfdt.i_shipped | 6 +- > 1 file cha

[U-Boot] [PATCH v2 08/29] libfdt: Fix the Python pack() function

2018-07-06 Thread Simon Glass
This currently fails to reduce the device-tree bytearray size. Fix this. This stands in for a pending upstream change. Signed-off-by: Simon Glass --- Changes in v2: None scripts/dtc/pylibfdt/libfdt.i_shipped | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/scripts/dtc/