mbox

[U-Boot,PULL] u-boot-usb/master

Message ID 8f1f0eab-011e-d40b-6b91-111b216b0dee@denx.de
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

git://git.denx.de/u-boot-usb.git master

Message

Marek Vasut Aug. 21, 2017, 9:32 a.m. UTC
The following changes since commit 2d7cb5b426e7e0cdf684d7f8029ad132d7a8d383:

  env: Replace all open-coded gd->env_valid values with ENV_ flags
(2017-08-20 19:27:44 -0400)

are available in the git repository at:

  git://git.denx.de/u-boot-usb.git master

for you to fetch changes up to 5bf4475f1d7726541edec0060c6461fbb37db02d:

  doc: license: Add license header to the README.dfutftp file
(2017-08-21 11:31:11 +0200)

----------------------------------------------------------------
Bin Meng (1):
      usb: ehci: Convert CONFIG_USB_EHCI_PCI to Kconfig

John Keeping (1):
      fastboot: avoid printing invalid data

Lukasz Majewski (1):
      doc: license: Add license header to the README.dfutftp file

Peter Chubb (1):
      Fix fastboot boot address

Tom Rini (2):
      common/fb_mmc.c: Fix warnings about casts
      fb_mmc.c: Correct blk_dread() return value checks



 common/fb_mmc.c                   | 8 ++++----

 configs/MPC8544DS_defconfig       | 1 +

 configs/MPC8572DS_36BIT_defconfig | 1 +

 configs/MPC8572DS_defconfig       | 1 +

 doc/README.dfutftp                | 8 ++++++++
 drivers/usb/gadget/f_fastboot.c   | 4 ++--
 drivers/usb/host/Kconfig          | 6 ++++++
 include/configs/MPC8544DS.h       | 1 -
 include/configs/MPC8572DS.h       | 1 -
 include/configs/efi-x86.h         | 1 -
 include/configs/x86-common.h      | 1 -
 scripts/config_whitelist.txt      | 1 -
 12 files changed, 23 insertions(+), 11 deletions(-)

Comments

Tom Rini Aug. 22, 2017, 8:53 p.m. UTC | #1
On Mon, Aug 21, 2017 at 11:32:42AM +0200, Marek Vasut wrote:

> The following changes since commit 2d7cb5b426e7e0cdf684d7f8029ad132d7a8d383:
> 
>   env: Replace all open-coded gd->env_valid values with ENV_ flags
> (2017-08-20 19:27:44 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-usb.git master
> 
> for you to fetch changes up to 5bf4475f1d7726541edec0060c6461fbb37db02d:
> 
>   doc: license: Add license header to the README.dfutftp file
> (2017-08-21 11:31:11 +0200)
> 

Applied to u-boot/master, thanks!