Re: [U-Boot] [PATCH 5/5] env: Add redundant env support to UBI env

2013-02-11 Thread Stefan Roese
On 02/08/2013 09:07 PM, Joe Hershberger wrote: Allow the user to specify two UBI volumes to use for the environment Signed-off-by: Joe Hershberger joe.hershber...@ni.com Some minor comments below. --- README| 6 +++ common/env_ubi.c | 115

[U-Boot] [PATCH 5/5] env: Add redundant env support to UBI env

2013-02-08 Thread Joe Hershberger
Allow the user to specify two UBI volumes to use for the environment Signed-off-by: Joe Hershberger joe.hershber...@ni.com --- README| 6 +++ common/env_ubi.c | 115 ++ include/environment.h | 3 ++ tools/env/fw_env.c|