[RFC PATCH v2] cmd: mp: change the command name from cpu to mp

Bin Meng bmeng.cn at gmail.com
Wed Mar 18 16:09:36 CET 2020


On Sat, Mar 14, 2020 at 10:50 PM 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(-)
>

Reviewed-by: Bin Meng <bmeng.cn at gmail.com>


More information about the U-Boot mailing list