summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2023-06-01 19:22:37 +0300
committerTom Rini <trini@konsulko.com>2023-07-14 19:54:51 +0300
commit5904d953a1183e191e9ec4ab15c31c6522f625ad (patch)
tree8967dcb6c1a2a17a114dcccb26cd57005d689499 /test
parenta8f80409b06a39605aadaaf64bdbf71b31d463ca (diff)
downloadu-boot-5904d953a1183e191e9ec4ab15c31c6522f625ad.tar.xz
expo: Rename exp_set_text_mode()
Rename this function to match its peers, using the full "expo' prefix. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'test')
-rw-r--r--test/boot/expo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/boot/expo.c b/test/boot/expo.c
index 56a22ba9b0..70750d307f 100644
--- a/test/boot/expo.c
+++ b/test/boot/expo.c
@@ -507,7 +507,7 @@ static int expo_render_image(struct unit_test_state *uts)
ut_assert_console_end();
/* now try in text mode */
- exp_set_text_mode(exp, true);
+ expo_set_text_mode(exp, true);
ut_assertok(expo_render(exp));
ut_assert_nextline("U-Boot : Boot Menu");