]> git.dujemihanovic.xyz Git - u-boot.git/commit
expo: Drop scene_title_set()
authorSimon Glass <sjg@chromium.org>
Mon, 14 Oct 2024 22:32:02 +0000 (16:32 -0600)
committerSimon Glass <sjg@chromium.org>
Fri, 18 Oct 2024 20:10:22 +0000 (14:10 -0600)
commit96cbafb1d2902cfbf8a7776f258e97b4394d00fe
tree86b8382032e3bde7a96b27ec1d6f4052e89c0541
parentfde707501f614ad57dbbbc6269f1b99b86875c39
expo: Drop scene_title_set()

This function is really just an assignment, so serves no useful
purpose. Drop it.

Signed-off-by: Simon Glass <sjg@chromium.org>
boot/expo_build.c
boot/scene.c
include/expo.h
test/boot/expo.c