Re: [U-Boot] [PATCH v2 1/7] cmd: part: Add 'number' sub-command

2019-01-15 Thread Igor Opaniuk
Reviewed-by: Igor Opaniuk On Wed, 12 Dec 2018 at 19:12, Ruslan Trofymenko wrote: > > This sub-command serves for getting the partition index from > partition name. Also it can be used to test the existence of specified > partition. > > Signed-off-by: Ruslan Trofymenko > Reviewed-by: Alistair St

[U-Boot] [PATCH v2 1/7] cmd: part: Add 'number' sub-command

2018-12-12 Thread Ruslan Trofymenko
This sub-command serves for getting the partition index from partition name. Also it can be used to test the existence of specified partition. Signed-off-by: Ruslan Trofymenko Reviewed-by: Alistair Strachan Reviewed-by: Sam Protsenko Reviewed-by: Simon Glass --- Changes in v2: None cmd/part.