
Hi Simon,
-----Original Message----- From: Simon Glass sjg@chromium.org Sent: 19 March 2020 21:48 To: Pragnesh Patel pragnesh.patel@sifive.com Cc: U-Boot Mailing List u-boot@lists.denx.de; Atish Patra atish.patra@wdc.com; Palmer Dabbelt palmerdabbelt@google.com; Bin Meng bmeng.cn@gmail.com; Paul Walmsley paul.walmsley@sifive.com; rick rick@andestech.com Subject: Re: [RFC PATCH v2] cmd: mp: change the command name from cpu to mp
Hi Pragnesh,
On Sat, 14 Mar 2020 at 08:50, Pragnesh Patel pragnesh.patel@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@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?
Sure, will port it.
Regards, Simon