]> git.dujemihanovic.xyz Git - u-boot.git/commit
expo: Drop unneceesary calls to expo_str()
authorSimon Glass <sjg@chromium.org>
Mon, 14 Oct 2024 22:32:01 +0000 (16:32 -0600)
committerSimon Glass <sjg@chromium.org>
Fri, 18 Oct 2024 20:10:22 +0000 (14:10 -0600)
commitfde707501f614ad57dbbbc6269f1b99b86875c39
tree0edfca5c84747c041da65ba590b7fb5a8ed46339
parent55a9de574ce07a507e094cc2ca6b3e9312f1acb8
expo: Drop unneceesary calls to expo_str()

The scene_txt_str() function calls expo_str() so there is no need to
call it beforehand. Drop this unnecessary code.

Signed-off-by: Simon Glass <sjg@chromium.org>
boot/expo_build.c