]> git.dujemihanovic.xyz Git - u-boot.git/commit
expo: Convert to using a string ID for the scene title
authorSimon Glass <sjg@chromium.org>
Thu, 1 Jun 2023 16:22:27 +0000 (10:22 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 14 Jul 2023 16:54:50 +0000 (12:54 -0400)
commitdef898c458e65a71fb64cda370b4281cd026e48c
treefaea7eccfc9db4cee0dbcf4b3675b0d6acc5ae23
parentd2043b5682558e81aa699ec5c5322a08d577aa86
expo: Convert to using a string ID for the scene title

This is easier to deal with if it uses the existing string handling,
since we will be able to use translations, etc. in the future.

Update it to use an ID instead of a string.

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