Re: [U-Boot] [PATCH] fdtgrep: Copy with the /aliases node being last

2017-04-13 Thread Simon Glass
On 2 April 2017 at 19:05, Simon Glass wrote: > Hi Masahiro, > > On 2 April 2017 at 18:33, Masahiro Yamada > wrote: >> Hi Simon, >> >> >> 2017-04-03 3:26 GMT+09:00 Simon Glass : >>> With skeleton.dtsi being dropped it is more likely that the /aliases node >>> will be last in the device tree. Upda

Re: [U-Boot] [PATCH] fdtgrep: Copy with the /aliases node being last

2017-04-02 Thread Simon Glass
Hi Masahiro, On 2 April 2017 at 18:33, Masahiro Yamada wrote: > Hi Simon, > > > 2017-04-03 3:26 GMT+09:00 Simon Glass : >> With skeleton.dtsi being dropped it is more likely that the /aliases node >> will be last in the device tree. Update fdtgrep to handle this. >> >> Signed-off-by: Simon Glass

Re: [U-Boot] [PATCH] fdtgrep: Copy with the /aliases node being last

2017-04-02 Thread Masahiro Yamada
Hi Simon, 2017-04-03 3:26 GMT+09:00 Simon Glass : > With skeleton.dtsi being dropped it is more likely that the /aliases node > will be last in the device tree. Update fdtgrep to handle this. > > Signed-off-by: Simon Glass > --- Thank you for fixing this! Tested-by: Masahiro Yamada -- Best

[U-Boot] [PATCH] fdtgrep: Copy with the /aliases node being last

2017-04-02 Thread Simon Glass
With skeleton.dtsi being dropped it is more likely that the /aliases node will be last in the device tree. Update fdtgrep to handle this. Signed-off-by: Simon Glass --- lib/libfdt/fdt_region.c | 40 +++- tools/fdtgrep.c | 3 --- 2 files changed, 35 i