Re: [U-Boot] [PATCH] cmd_mp: Add support for showing all CPU status by one command

2015-06-23 Thread Tom Rini
On Mon, Jun 22, 2015 at 11:17:39AM +0200, Michal Simek wrote: Use one command for showing overall CPU status than several without knowing how many cpus is available in the system. Signed-off-by: Michal Simek michal.si...@xilinx.com Reviewed-by: Tom Rini tr...@konsulko.com -- Tom

[U-Boot] [PATCH] cmd_mp: Add support for showing all CPU status by one command

2015-06-22 Thread Michal Simek
Use one command for showing overall CPU status than several without knowing how many cpus is available in the system. Signed-off-by: Michal Simek michal.si...@xilinx.com --- common/cmd_mp.c | 22 ++ 1 file changed, 22 insertions(+) diff --git a/common/cmd_mp.c