mbox

[U-Boot] Pull request: nand flash

Message ID 20130712211341.GA454@home.buserror.net
State Accepted
Headers show

Pull-request

git://git.denx.de/u-boot-nand-flash.git master

Message

Scott Wood July 12, 2013, 9:13 p.m. UTC
Sorry for the lateness, but this patch fixes a BUG() regression
with CONFIG_MXC_NAND_HWECC.

The following changes since commit 225fd8c5d4556547896a5d32ee092a258f3df638:

  cmd_bootm.c: Make bootz handle BOOTM_STATE_FINDOTHER itself (2013-07-10 09:15:15 -0400)

are available in the git repository at:

  git://git.denx.de/u-boot-nand-flash.git master

for you to fetch changes up to 1c903694370259738abccc67ff0d6e5eaf7886f9:

  mtd: mxc_nand: Fix crash after MTD resync (2013-07-12 16:12:33 -0500)

----------------------------------------------------------------
Marek Vasut (1):
      mtd: mxc_nand: Fix crash after MTD resync

 drivers/mtd/nand/mxc_nand.c | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

Comments

Tom Rini July 12, 2013, 9:23 p.m. UTC | #1
On Fri, Jul 12, 2013 at 04:13:41PM -0500, Scott Wood wrote:

> Sorry for the lateness, but this patch fixes a BUG() regression
> with CONFIG_MXC_NAND_HWECC.
> 
> The following changes since commit 225fd8c5d4556547896a5d32ee092a258f3df638:
> 
>   cmd_bootm.c: Make bootz handle BOOTM_STATE_FINDOTHER itself (2013-07-10 09:15:15 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-nand-flash.git master
> 
> for you to fetch changes up to 1c903694370259738abccc67ff0d6e5eaf7886f9:
> 
>   mtd: mxc_nand: Fix crash after MTD resync (2013-07-12 16:12:33 -0500)
> 
> ----------------------------------------------------------------
> Marek Vasut (1):
>       mtd: mxc_nand: Fix crash after MTD resync
> 
>  drivers/mtd/nand/mxc_nand.c | 10 ++++------
>  1 file changed, 4 insertions(+), 6 deletions(-)

Applied to u-boot/master, thanks!