Re: [U-Boot] [PATCH 0/5] libfdt: Reduce duplicated copies of libfdt

2017-11-07 Thread Tom Rini
On Tue, Nov 07, 2017 at 12:12:03PM +0900, Masahiro Yamada wrote: > 2017-10-17 22:30 GMT+09:00 Masahiro Yamada : > > Recently, U-Boot switched to the bundled DTC approach. > > This means we have two copies, lib/libfdt and scripts/dtc/libfdt. > > > > Ideally, we should

Re: [U-Boot] [PATCH 0/5] libfdt: Reduce duplicated copies of libfdt

2017-11-06 Thread Masahiro Yamada
2017-10-17 22:30 GMT+09:00 Masahiro Yamada : > Recently, U-Boot switched to the bundled DTC approach. > This means we have two copies, lib/libfdt and scripts/dtc/libfdt. > > Ideally, we should change lib/libfdt to #include scripts/dtc/libfdt. > > One big problem is

[U-Boot] [PATCH 0/5] libfdt: Reduce duplicated copies of libfdt

2017-10-17 Thread Masahiro Yamada
Recently, U-Boot switched to the bundled DTC approach. This means we have two copies, lib/libfdt and scripts/dtc/libfdt. Ideally, we should change lib/libfdt to #include scripts/dtc/libfdt. One big problem is lib/libfdt is locally modified (fdt_ro.c fdt_wip.c fdt_rw.c) and makes our life