cli: Make the sandbox board_run_command the default
authorSean Anderson <seanga2@gmail.com>
Fri, 10 Jan 2020 17:32:19 +0000 (12:32 -0500)
committerSimon Glass <sjg@chromium.org>
Thu, 6 Feb 2020 02:33:46 +0000 (19:33 -0700)
commit19464f4feb70292ea857c332f06673ac840a007d
tree89406e97f25b3def84b9b20bead19021dce953b5
parent3780e2d08e49565160272def7067322aca376c8e
cli: Make the sandbox board_run_command the default

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@gmail.com>
arch/sandbox/cpu/start.c
common/cli.c