From: Simon Glass Date: Sat, 19 Oct 2024 15:21:58 +0000 (-0600) Subject: test: boot: Update bootflow_iter() for console checking X-Git-Url: http://git.dujemihanovic.xyz/html/static/git-favicon.png?a=commitdiff_plain;h=5936d863cd5626acaf616822c56ac6c79c6893a4;p=u-boot.git test: boot: Update bootflow_iter() for console checking This test checks console output so should have the UTF_CONSOLE flag. Add it. Signed-off-by: Simon Glass --- diff --git a/test/boot/bootflow.c b/test/boot/bootflow.c index 8762d21ef3..2f859c40ad 100644 --- a/test/boot/bootflow.c +++ b/test/boot/bootflow.c @@ -370,7 +370,7 @@ static int bootflow_iter(struct unit_test_state *uts) return 0; } -BOOTSTD_TEST(bootflow_iter, UTF_DM | UTF_SCAN_FDT); +BOOTSTD_TEST(bootflow_iter, UTF_DM | UTF_SCAN_FDT | UTF_CONSOLE); #if defined(CONFIG_SANDBOX) && defined(CONFIG_BOOTMETH_GLOBAL) /* Check using the system bootdev */