mbox

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

Message ID 50447BD9.3030800@denx.de
State Accepted
Delegated to: Wolfgang Denk
Headers show

Pull-request

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

Message

Stefan Roese Sept. 3, 2012, 9:43 a.m. UTC
The following changes since commit a005f19eff946454985785788c344f10616d571e:

  hush: Don't parse the contents of a dereferenced var (2012-09-02 20:31:21 +0200)

are available in the git repository at:

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

for you to fetch changes up to de15a06aad1f221255366ac07238c80fed146da1:

  cfi: Make the flash erase and write operations abortable (2012-09-03 11:24:27 +0200)

----------------------------------------------------------------
Joe Hershberger (2):
      cfi: Check for blank before erase
      cfi: Make the flash erase and write operations abortable

 common/cmd_flash.c      |  3 ++-
 common/flash.c          |  3 +++
 drivers/mtd/cfi_flash.c | 37 +++++++++++++++++++++++++++++++++++++
 include/flash.h         |  1 +
 4 files changed, 43 insertions(+), 1 deletion(-)

Comments

Wolfgang Denk Sept. 3, 2012, 7:23 p.m. UTC | #1
Dear Stefan Roese,

In message <50447BD9.3030800@denx.de> you wrote:
> The following changes since commit a005f19eff946454985785788c344f10616d571e:
> 
>   hush: Don't parse the contents of a dereferenced var (2012-09-02 20:31:21 +0200)
> 
> are available in the git repository at:
> 
>   git://www.denx.de/git/u-boot-cfi-flash.git master
> 
> for you to fetch changes up to de15a06aad1f221255366ac07238c80fed146da1:
> 
>   cfi: Make the flash erase and write operations abortable (2012-09-03 11:24:27 +0200)
> 
> ----------------------------------------------------------------
> Joe Hershberger (2):
>       cfi: Check for blank before erase
>       cfi: Make the flash erase and write operations abortable
> 
>  common/cmd_flash.c      |  3 ++-
>  common/flash.c          |  3 +++
>  drivers/mtd/cfi_flash.c | 37 +++++++++++++++++++++++++++++++++++++
>  include/flash.h         |  1 +
>  4 files changed, 43 insertions(+), 1 deletion(-)

Applied, thanks.

Best regards,

Wolfgang Denk