Re: [U-Boot] [PATCH 1/5] ubi: Expose a few simple functions from the cmd_ubi

2013-02-11 Thread Stefan Roese
On 02/08/2013 09:07 PM, Joe Hershberger wrote: > Part, Read, and Write functionality that will be used by env_ubi. > > Signed-off-by: Joe Hershberger Some minor nitpicking comments below. > --- > common/cmd_ubi.c| 146 > > include/ubi_u

[U-Boot] [PATCH 1/5] ubi: Expose a few simple functions from the cmd_ubi

2013-02-08 Thread Joe Hershberger
Part, Read, and Write functionality that will be used by env_ubi. Signed-off-by: Joe Hershberger --- common/cmd_ubi.c| 146 include/ubi_uboot.h | 3 ++ 2 files changed, 83 insertions(+), 66 deletions(-) diff --git a/common/cmd_ubi.c b/c