diff options
author | Tom Rini <trini@konsulko.com> | 2022-11-08 09:45:10 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-11-08 09:45:10 -0500 |
commit | 77b5cc2948f5d93fe3d275302f596ffd8701a875 (patch) | |
tree | 703dfe2a0ebb2eacb241c19b99c96665a2d66811 /arch/sandbox/cpu/spl.c | |
parent | 88bd8ee106591eb900561715c44ad04441afc0e3 (diff) | |
parent | 168a0e45fcf49194fca55795f84a844f16b480f6 (diff) |
Merge tag 'dm-pull-7nov22' of https://source.denx.de/u-boot/custodians/u-boot-dm
sandbox UCLASS_HOST
Diffstat (limited to 'arch/sandbox/cpu/spl.c')
-rw-r--r-- | arch/sandbox/cpu/spl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sandbox/cpu/spl.c b/arch/sandbox/cpu/spl.c index 0faf34cc00a..09e3d10d6a5 100644 --- a/arch/sandbox/cpu/spl.c +++ b/arch/sandbox/cpu/spl.c @@ -132,7 +132,7 @@ void spl_board_init(void) int ret; ret = ut_run_list("spl", NULL, tests, count, - state->select_unittests, 1, false); + state->select_unittests, 1, false, NULL); /* continue execution into U-Boot */ } } |