diff options
| author | Tom Rini <[email protected]> | 2024-11-22 14:43:17 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-11-22 15:04:54 -0600 |
| commit | 52c0e5f8a39ef022ee5ab2dfd67661d1d34941c7 (patch) | |
| tree | ecb418b0233d67abb0e946128fc5f383c3caac5f /test/boot | |
| parent | 35d5ad6cf25f8c0ac39f90a8a51eb77e6e002d0d (diff) | |
| parent | 0e3cd1313f031acd7e2e29b5742e625f842b52fa (diff) | |
Merge branch '2024-11-22-assorted-fixes'
- Assorted additional lwIP fixes
- Assorted test fixes
- Assorted other localized fixes
Diffstat (limited to 'test/boot')
| -rw-r--r-- | test/boot/bootflow.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/boot/bootflow.c b/test/boot/bootflow.c index 9397328609d..da713d8ed72 100644 --- a/test/boot/bootflow.c +++ b/test/boot/bootflow.c @@ -1197,7 +1197,7 @@ static int bootflow_cros(struct unit_test_state *uts) return 0; } -BOOTSTD_TEST(bootflow_cros, UTF_CONSOLE); +BOOTSTD_TEST(bootflow_cros, UTF_CONSOLE | UTF_DM | UTF_SCAN_FDT); /* Test Android bootmeth */ static int bootflow_android(struct unit_test_state *uts) @@ -1220,7 +1220,7 @@ static int bootflow_android(struct unit_test_state *uts) return 0; } -BOOTSTD_TEST(bootflow_android, UTF_CONSOLE); +BOOTSTD_TEST(bootflow_android, UTF_CONSOLE | UTF_DM | UTF_SCAN_FDT); /* Test EFI bootmeth */ static int bootflow_efi(struct unit_test_state *uts) |
