mbox

[U-Boot] Please pull u-boot-cfi-flash/master

Message ID ac82521c-9966-9282-08ca-a5cc830ef3c7@denx.de
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

git://www.denx.de/git/u-boot-cfi-flash.git

Message

Stefan Roese Aug. 22, 2017, 10:11 a.m. UTC
Hi Tom,

please pull the cleanup patch from Marek for the CFI driver.

Thanks,
Stefan


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://www.denx.de/git/u-boot-cfi-flash.git 

for you to fetch changes up to 236c49a1c89f959e0b96c87a712688ba93abd3c4:

  mtd: cfi: staticize functions (2017-08-22 09:56:09 +0200)

----------------------------------------------------------------
Marek Vasut (1):
      mtd: cfi: staticize functions

 drivers/mtd/cfi_flash.c | 8 ++++----
 include/flash.h         | 5 -----
 include/mtd/cfi_flash.h | 2 --
 3 files changed, 4 insertions(+), 11 deletions(-)

Comments

Tom Rini Aug. 26, 2017, 8:44 p.m. UTC | #1
On Tue, Aug 22, 2017 at 12:11:12PM +0200, Stefan Roese wrote:
> Hi Tom,
> 
> please pull the cleanup patch from Marek for the CFI driver.
> 
> Thanks,
> Stefan
> 
> 
> 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://www.denx.de/git/u-boot-cfi-flash.git 
> 
> for you to fetch changes up to 236c49a1c89f959e0b96c87a712688ba93abd3c4:
> 
>   mtd: cfi: staticize functions (2017-08-22 09:56:09 +0200)
> 

Applied to u-boot/master, thanks!