Re: [U-Boot] [PATCH 4/5] env: Add support for UBI environment

2013-02-11 Thread Stefan Roese
On 02/08/2013 09:07 PM, Joe Hershberger wrote: > UBI is a better place for the environment on NAND devices because it > handles wear-leveling and bad blocks. > > Gluebi is needed in Linux to access the env as an MTD partition. > > Signed-off-by: Joe Hershberger Looks good: Acked-by: Stefan Roe

[U-Boot] [PATCH 4/5] env: Add support for UBI environment

2013-02-08 Thread Joe Hershberger
UBI is a better place for the environment on NAND devices because it handles wear-leveling and bad blocks. Gluebi is needed in Linux to access the env as an MTD partition. Signed-off-by: Joe Hershberger --- README| 15 common/Makefile | 1 + common/cmd_nvedit.c