On Tue, Mar 16, 2021 at 03:24:03PM +0000, Nikos Nikoleris wrote: > This change updates the libfdt source files to v1.6.0 from > git://git.kernel.org/pub/scm/utils/dtc/dtc.git > > Signed-off-by: Nikos Nikoleris <nikos.nikoleris@xxxxxxx> > --- > lib/libfdt/README | 3 +- > lib/libfdt/Makefile.libfdt | 10 +- > lib/libfdt/version.lds | 24 +- > lib/libfdt/fdt.h | 53 +-- > lib/libfdt/libfdt.h | 766 +++++++++++++++++++++++++----- > lib/libfdt/libfdt_env.h | 109 ++--- > lib/libfdt/libfdt_internal.h | 206 +++++--- > lib/libfdt/fdt.c | 200 +++++--- > lib/libfdt/fdt_addresses.c | 101 ++++ > lib/libfdt/fdt_check.c | 74 +++ > lib/libfdt/fdt_empty_tree.c | 48 +- > lib/libfdt/fdt_overlay.c | 881 +++++++++++++++++++++++++++++++++++ > lib/libfdt/fdt_ro.c | 512 +++++++++++++++----- > lib/libfdt/fdt_rw.c | 231 +++++---- > lib/libfdt/fdt_strerror.c | 53 +-- > lib/libfdt/fdt_sw.c | 297 ++++++++---- > lib/libfdt/fdt_wip.c | 90 ++-- > 17 files changed, 2844 insertions(+), 814 deletions(-) > create mode 100644 lib/libfdt/fdt_addresses.c > create mode 100644 lib/libfdt/fdt_check.c > create mode 100644 lib/libfdt/fdt_overlay.c > > diff --git a/lib/libfdt/README b/lib/libfdt/README > index 24ad4fe..aed3454 100644 > --- a/lib/libfdt/README > +++ b/lib/libfdt/README > @@ -1,4 +1,5 @@ > > The code in this directory is originally imported from the libfdt ^^ says originally, so we should replace the whole paragraph with something like The code in this directory has been imported from the libfdt directory of git://git.kernel.org/pub/scm/utils/dtc/dtc.git - version 1.6.0. > -directory of git://git.jdl.com/software/dtc.git - version 1.4.0. > +directory of git://git.kernel.org/pub/scm/utils/dtc/dtc.git - > +version 1.60 > Thanks, drew