summaryrefslogtreecommitdiff
path: root/boot/bootflow_menu.c
diff options
context:
space:
mode:
authorSimon Glass <[email protected]>2023-06-01 10:22:37 -0600
committerTom Rini <[email protected]>2023-07-14 12:54:51 -0400
commit5904d953a1183e191e9ec4ab15c31c6522f625ad (patch)
tree8967dcb6c1a2a17a114dcccb26cd57005d689499 /boot/bootflow_menu.c
parenta8f80409b06a39605aadaaf64bdbf71b31d463ca (diff)
expo: Rename exp_set_text_mode()
Rename this function to match its peers, using the full "expo' prefix. Signed-off-by: Simon Glass <[email protected]>
Diffstat (limited to 'boot/bootflow_menu.c')
-rw-r--r--boot/bootflow_menu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/bootflow_menu.c b/boot/bootflow_menu.c
index de0f4453569..7c1abe5772c 100644
--- a/boot/bootflow_menu.c
+++ b/boot/bootflow_menu.c
@@ -209,7 +209,7 @@ int bootflow_menu_run(struct bootstd_priv *std, bool text_mode,
return log_msg_ret("scn", ret);
if (text_mode)
- exp_set_text_mode(exp, text_mode);
+ expo_set_text_mode(exp, text_mode);
done = false;
do {