
19 Mar
2020
19 Mar
'20
5:18 p.m.
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?
Regards, Simon