From: Gerald Van Baren <vanba...@cideas.com>

The following patchset resynchronizes the u-boot libfdt files with the
upstream dtc updates plus one minor u-boot cleanup.

Cleanup: Move FDT_RAMDISK_OVERHEAD from fdt.h to libfdt_env.h
* That was placed in the wrong .h file.  My bad. :-/

Trivia: I picked up Justin Sobata's patch to apply a copyright notice
only to the fdt.h file, not the libfdt_env.h file (I kept the full subject
line so that it will be easier to match up dtc vs. u-boot patchsets in
the future).  The libfdt_env.h file is for application customizations... I
wrote the original libfdt_env.h file and included a copyright notice.

François Revol (1):
  Fix typo

Gerald Van Baren (1):
  Move FDT_RAMDISK_OVERHEAD from fdt.h to libfdt_env.h

Justin Sobota (1):
  Added license header to dtc/libfdt/fdt.h and libfdt_env.h

Simon Glass (2):
  Export fdt_stringlist_contains()
  libfdt: Add fdt_next_subnode() to permit easy subnode iteration

 include/fdt.h        |   53 ++++++++++++++++++++++++++++++++++++++++++++++++--
 include/libfdt.h     |   38 +++++++++++++++++++++++++++++++++++-
 include/libfdt_env.h |    3 +++
 lib/libfdt/fdt.c     |   28 ++++++++++++++++++++++++++
 lib/libfdt/fdt_ro.c  |    5 ++---
 5 files changed, 121 insertions(+), 6 deletions(-)

-- 
1.7.9.5

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to