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

Bin Meng bmeng.cn at gmail.com
Tue Feb 4 11:40:06 CET 2020


On Sat, Jan 11, 2020 at 1:32 AM Sean Anderson <seanga2 at gmail.com> 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 <seanga2 at gmail.com>
> ---
> Changes for v2:
>  - Sent without any word wrap afaik
>  - Rebased onto v2020.01
>
>  arch/sandbox/cpu/start.c | 7 -------
>  common/cli.c             | 7 +++++++
>  2 files changed, 7 insertions(+), 7 deletions(-)
>

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


More information about the U-Boot mailing list