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

Hi Tom,
Here are a few bug fixes and doc changes, including the CONFIG_BLK migration timeline.
The following changes since commit 6935aec0e3f0064698d8970a00b908f5a162b93f:
Makefile: Suppress output of python libfdt build command (2017-09-03 15:30:37 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-dm.git
for you to fetch changes up to d944bf6b5e5c0248eebb035d3f6a67dec70d7dd9:
dm: core: Add livetree documentation (2017-09-04 02:10:06 -0600)
---------------------------------------------------------------- Hannes Schmelzer (1): fdt: fix 'prop (...) not found!' error in 'fdt set' command
Philipp Tomsich (1): gitignore: add intermediates from libfdt build
Simon Glass (2): dm: Add migration plan for CONFIG_BLK dm: core: Add livetree documentation
.gitignore | 8 ++ cmd/fdt.c | 8 +- doc/driver-model/MIGRATION.txt | 20 +++ doc/driver-model/livetree.txt | 272 +++++++++++++++++++++++++++++++++++++++++ 4 files changed, 303 insertions(+), 5 deletions(-) create mode 100644 doc/driver-model/MIGRATION.txt create mode 100644 doc/driver-model/livetree.txt
Regards, Simon

On Tue, Sep 05, 2017 at 12:31:13AM +0800, Simon Glass wrote:
Hi Tom,
Here are a few bug fixes and doc changes, including the CONFIG_BLK migration timeline.
The following changes since commit 6935aec0e3f0064698d8970a00b908f5a162b93f:
Makefile: Suppress output of python libfdt build command (2017-09-03 15:30:37 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-dm.git
for you to fetch changes up to d944bf6b5e5c0248eebb035d3f6a67dec70d7dd9:
dm: core: Add livetree documentation (2017-09-04 02:10:06 -0600)
Applied to u-boot/master, thanks!
participants (2)
-
Simon Glass
-
Tom Rini