
5 Feb
2020
5 Feb
'20
6:57 p.m.
On Sat, Jan 11, 2020 at 1:32 AM Sean Anderson seanga2@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@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@gmail.com
Applied to u-boot-dm, thanks!