Re: [U-Boot] [PATCH v2 09/20] Add a 'cpu' command to print CPU information

2015-04-29 Thread Simon Glass
On 28 April 2015 at 20:25, Simon Glass wrote: > Add a simple command which provides access to a list of available CPUs along > with descriptions and basic information. > > Signed-off-by: Simon Glass > Reviewed-by: Bin Meng > --- > > Changes in v2: None > > common/Kconfig | 8 > common/

[U-Boot] [PATCH v2 09/20] Add a 'cpu' command to print CPU information

2015-04-28 Thread Simon Glass
Add a simple command which provides access to a list of available CPUs along with descriptions and basic information. Signed-off-by: Simon Glass Reviewed-by: Bin Meng --- Changes in v2: None common/Kconfig | 8 common/Makefile | 1 + common/cmd_cpu.c | 113