]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commitd0a1f68bb2cdd3d5a145f04671a0119ceb45c729
tree89406e97f25b3def84b9b20bead19021dce953b5
parent870aeb523dcf92faecb02c0c8584acbee0875dfa
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