[U-Boot] Please pull u-boot-dm

Hi Tom,
Results here:
https://travis-ci.org/sglass68/u-boot/builds/535552345
The following changes since commit e1a2ed7180adeefb6164239a18249dca5701319d:
Merge git://git.denx.de/u-boot-mpc83xx (2019-05-21 07:13:35 -0400)
are available in the Git repository at:
git://git.denx.de/u-boot-dm.git tags/dm-pull-22may19
for you to fetch changes up to ee730a7cd2afe445e53e92b5c37396a5b118f7af:
dm: core: Fix dm_extended_scan_fdt() (2019-05-21 17:33:23 -0600)
---------------------------------------------------------------- Various DM fixes Addition of ofnode_get_addr_size_index()
---------------------------------------------------------------- Keerthy (1): core: ofnode: Add ofnode_get_addr_size_index
Patrice Chotard (1): dm: core: Fix dm_extended_scan_fdt()
Simon Glass (3): spl: misc: Allow misc drivers in SPL and TPL Add an empty stdint.h file buildman: Deal more nicely with invalid build-status file
Stefan Mavrodiev (1): common: fdt_support: Check mtdparts cell size
Thierry Reding (1): fdtdec: Remove fdt_{addr,size}_unpack()
Trent Piepho (1): core: ofnode: Have ofnode_read_u32_default return a u32
common/fdt_support.c | 31 ++++++++++++++------ drivers/core/ofnode.c | 15 +++++++--- drivers/core/root.c | 2 +- drivers/misc/Kconfig | 72 +++++++++++++++++++++++++++++++++++++++++++++++ drivers/misc/Makefile | 8 ++++-- include/dm/ofnode.h | 16 ++++++++++- include/fdtdec.h | 24 ---------------- include/stdint.h | 7 +++++ lib/fdtdec.c | 8 ++++-- lib/fdtdec_test.c | 8 ++++-- tools/buildman/builder.py | 7 ++++- 11 files changed, 151 insertions(+), 47 deletions(-) create mode 100644 include/stdint.h
Regards, Simon

On Wed, May 22, 2019 at 07:13:24AM -0600, Simon Glass wrote:
Hi Tom,
Results here:
https://travis-ci.org/sglass68/u-boot/builds/535552345
The following changes since commit e1a2ed7180adeefb6164239a18249dca5701319d:
Merge git://git.denx.de/u-boot-mpc83xx (2019-05-21 07:13:35 -0400)
are available in the Git repository at:
git://git.denx.de/u-boot-dm.git tags/dm-pull-22may19
for you to fetch changes up to ee730a7cd2afe445e53e92b5c37396a5b118f7af:
dm: core: Fix dm_extended_scan_fdt() (2019-05-21 17:33:23 -0600)
Applied to u-boot/master, thanks!
participants (2)
-
Simon Glass
-
Tom Rini