1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-12-30 00:37:17 +01:00
Files
u-boot-megous/common/cli.c
Sean Anderson 19464f4feb 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>
2020-02-05 19:33:46 -07:00

5.7 KiB