diff options
| author | Tom Rini <[email protected]> | 2023-04-03 11:35:30 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-04-03 11:35:30 -0400 |
| commit | 9876c8c147144db2c120fcc9ffa6de27f6894441 (patch) | |
| tree | 6553b7f95619defea532dec9abcaa3c0aa66e5bf /test/cmd | |
| parent | a25dcda452bf6a6de72764a8d990d72e5def643d (diff) | |
| parent | 00be5197e8423b8b71744ad0e3f2753d4be0132b (diff) | |
Merge tag 'dm-next-3apr23' of https://source.denx.de/u-boot/custodians/u-boot-dm into next
Enable VPL tests
Minor changes with fdt command, vboot test, pinctrl
Diffstat (limited to 'test/cmd')
| -rw-r--r-- | test/cmd/fdt.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/cmd/fdt.c b/test/cmd/fdt.c index 597fecbf62a..7835da232d5 100644 --- a/test/cmd/fdt.c +++ b/test/cmd/fdt.c @@ -236,7 +236,6 @@ static int fdt_test_addr_resize(struct unit_test_state *uts) /* ...quietly */ ut_assertok(run_commandf("fdt addr -q %08lx %zx", addr, sizeof(fdt) / 4)); - ut_assert_nextline("Working FDT set to %lx", addr); ut_assertok(ut_check_console_end(uts)); /* We cannot easily provoke errors in fdt_open_into(), so ignore that */ |
