Re: [U-Boot] [PATCH 7/8]: Handle VID header offset in ubi part command

2009-07-09 Thread Stefan Roese
On Tuesday 07 July 2009 16:59:46 Simon Kagstrom wrote: > The VID header offset is sometimes needed to initialize the UBI > partition. This patch adds it (optionally) to the command line > for the ubi part command. > > (Lines have been properly wrapped since last version) > > Signed-off-by: Simon Ka

Re: [U-Boot] [PATCH 7/8]: Handle VID header offset in ubi part command

2009-07-07 Thread Simon Kagstrom
The VID header offset is sometimes needed to initialize the UBI partition. This patch adds it (optionally) to the command line for the ubi part command. (Lines have been properly wrapped since last version) Signed-off-by: Simon Kagstrom Acked-by: Stefan Roese --- common/cmd_ubi.c | 21 ++

Re: [U-Boot] [PATCH 7/8]: Handle VID header offset in ubi part command

2009-07-07 Thread Stefan Roese
On Tuesday 07 July 2009 16:00:30 Simon Kagstrom wrote: > The VID header offset is sometimes needed to initialize the UBI > partition. This patch adds it (optionally) to the command line > for the ubi part command. > > Signed-off-by: Simon Kagstrom > --- > common/cmd_ubi.c | 17 -

[U-Boot] [PATCH 7/8]: Handle VID header offset in ubi part command

2009-07-07 Thread Simon Kagstrom
The VID header offset is sometimes needed to initialize the UBI partition. This patch adds it (optionally) to the command line for the ubi part command. Signed-off-by: Simon Kagstrom --- common/cmd_ubi.c | 17 - 1 files changed, 12 insertions(+), 5 deletions(-) diff --git a/co