mbox series

[U-Boot] Pull request: u-boot-ubi/master

Message ID 9a654d9e-88d0-e934-c142-2bc34ea0b156@denx.de
State Accepted
Delegated to: Tom Rini
Headers show
Series [U-Boot] Pull request: u-boot-ubi/master | expand

Pull-request

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

Message

Heiko Schocher March 24, 2018, 10:15 a.m. UTC
Hello Tom,

please pull from u-boot-ubi.git master

The following changes since commit 423effc04a195ce6a464eadadfa7f765bf786889:

   Merge git://git.denx.de/u-boot-arc (2018-03-23 09:31:24 -0400)

are available in the Git repository at:

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

for you to fetch changes up to c0ce4ceaba03fa6ddf738628344025c44fc78dd4:

   Convert CONFIG_UBI_SILENCE_MSG to Kconfig (2018-03-24 06:37:25 +0100)

----------------------------------------------------------------
Petr Vorel (3):
       ubifs: Reintroduce using CONFIG_UBIFS_SILENCE_MSG
       Convert CONFIG_UBIFS_SILENCE_MSG to Kconfig
       Convert CONFIG_UBI_SILENCE_MSG to Kconfig

  README                            | 12 ------------
  configs/am335x_igep003x_defconfig |  2 ++
  configs/igep0032_defconfig        |  2 ++
  configs/igep00x0_defconfig        |  2 ++
  drivers/mtd/ubi/Kconfig           |  7 +++++++
  env/Kconfig                       |  6 ------
  fs/ubifs/Kconfig                  |  6 ++++++
  fs/ubifs/super.c                  |  7 ++++++-
  fs/ubifs/ubifs.h                  |  4 ++++
  include/configs/am335x_igep003x.h |  4 ----
  include/configs/omap3_igep00x0.h  |  2 --
  scripts/config_whitelist.txt      |  2 --
  12 files changed, 29 insertions(+), 27 deletions(-)

Travis build:

https://travis-ci.org/hsdenx/u-boot-ubi/builds/357695198

Thanks!

bye,
Heiko

Comments

Tom Rini March 26, 2018, 7:09 p.m. UTC | #1
On Sat, Mar 24, 2018 at 11:15:30AM +0100, Heiko Schocher wrote:

> Hello Tom,
> 
> please pull from u-boot-ubi.git master
> 
> The following changes since commit 423effc04a195ce6a464eadadfa7f765bf786889:
> 
>   Merge git://git.denx.de/u-boot-arc (2018-03-23 09:31:24 -0400)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-ubi.git master
> 
> for you to fetch changes up to c0ce4ceaba03fa6ddf738628344025c44fc78dd4:
> 
>   Convert CONFIG_UBI_SILENCE_MSG to Kconfig (2018-03-24 06:37:25 +0100)
> 

Applied to u-boot/master, thanks!