]> git.dujemihanovic.xyz Git - u-boot.git/commit
test: boot: Update bootflow_iter() for console checking
authorSimon Glass <sjg@chromium.org>
Sat, 19 Oct 2024 15:21:58 +0000 (09:21 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 4 Nov 2024 03:27:12 +0000 (21:27 -0600)
commit5936d863cd5626acaf616822c56ac6c79c6893a4
tree8d361b066ff722baf97cf00aa2c64ed795e82468
parent3ef48a7c66eda99654aec3fa63a0465120941bb6
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 <sjg@chromium.org>
test/boot/bootflow.c