[RFC PATCH v2] cmd: mp: change the command name from cpu to mp
    Simon Glass 
    sjg at chromium.org
       
    Thu Mar 19 17:18:20 CET 2020
    
    
  
Hi Pragnesh,
On Sat, 14 Mar 2020 at 08:50, Pragnesh Patel <pragnesh.patel at sifive.com> wrote:
>
> When CONFIG_CMD_CPU and CONFIG_MP both are enabled, U-Boot compilation
> gives an error of "multiple definition of `_u_boot_list_2_cmd_2_cpu'"
> so cpu command(cmd/cpu.c) and mp command(cmd/mp.c) should have different
> command name.
>
> Signed-off-by: Pragnesh Patel <pragnesh.patel at sifive.com>
> ---
>  cmd/mp.c | 18 +++++++++---------
>  1 file changed, 9 insertions(+), 9 deletions(-)
Please can you instead port this code over to use the CPU uclass?
Regards,
Simon
    
    
More information about the U-Boot
mailing list