Re: [U-Boot] [PATCH] NAND: Fix saving of redundand environment

2011-01-26 Thread Scott Wood
On Thu, Jan 20, 2011 at 02:17:48AM +0100, Alexander Holler wrote: When redundand environments are used the serial needs to get increased, otherwise the old one will still be used. Signed-off-by: Alexander Holler hol...@ahsoftware.de --- common/env_nand.c |2 +- 1 files changed, 1

[U-Boot] [PATCH] NAND: Fix saving of redundand environment

2011-01-19 Thread Alexander Holler
When redundand environments are used the serial needs to get increased, otherwise the old one will still be used. Signed-off-by: Alexander Holler hol...@ahsoftware.de --- common/env_nand.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/common/env_nand.c