Re: [PATCH v2] cli: Make the sandbox board_run_command the default

2020-02-05 Thread sjg
On Sat, Jan 11, 2020 at 1:32 AM Sean Anderson wrote: > > If CONFIG_CMDLINE=n, common/cli.c calls board_run_command. This fails to > link on most architectures. However, the sandbox architecture has an > implementation which we can use. > > Signed-off-by: Sean Anderson > --- > Changes for v2: >

Re: [PATCH v2] cli: Make the sandbox board_run_command the default

2020-02-04 Thread Bin Meng
On Sat, Jan 11, 2020 at 1:32 AM Sean Anderson wrote: > > If CONFIG_CMDLINE=n, common/cli.c calls board_run_command. This fails to > link on most architectures. However, the sandbox architecture has an > implementation which we can use. > > Signed-off-by: Sean Anderson > --- > Changes for v2: >

[PATCH v2] cli: Make the sandbox board_run_command the default

2020-01-10 Thread Sean Anderson
If CONFIG_CMDLINE=n, common/cli.c calls board_run_command. This fails to link on most architectures. However, the sandbox architecture has an implementation which we can use. Signed-off-by: Sean Anderson --- Changes for v2: - Sent without any word wrap afaik - Rebased onto v2020.01