Re: [U-Boot] [PATCH 8/8]: Command improvements for ubifs

2009-07-09 Thread Stefan Roese
On Tuesday 07 July 2009 16:01:02 Simon Kagstrom wrote: > Check that an argument is passed to ubifsmount and that addresses and > sizes are actually numbers for ubifsload. Also improve the instructions > a bit. Applied to u-boot-ubi. Thanks. Simon, one request for your next patches. Please add a k

Re: [U-Boot] [PATCH 8/8]: Command improvements for ubifs

2009-07-08 Thread Stefan Roese
On Tuesday 07 July 2009 16:01:02 Simon Kagstrom wrote: > Check that an argument is passed to ubifsmount and that addresses and > sizes are actually numbers for ubifsload. Also improve the instructions > a bit. > > Signed-off-by: Simon Kagstrom Looks good, so: Acked-by: Stefan Roese Thanks. Be

[U-Boot] [PATCH 8/8]: Command improvements for ubifs

2009-07-07 Thread Simon Kagstrom
Check that an argument is passed to ubifsmount and that addresses and sizes are actually numbers for ubifsload. Also improve the instructions a bit. Signed-off-by: Simon Kagstrom --- common/cmd_ubifs.c | 26 +- 1 files changed, 21 insertions(+), 5 deletions(-) diff --g