]> git.dujemihanovic.xyz Git - u-boot.git/commit
expo: Avoid automatically arranging the scene
authorSimon Glass <sjg@chromium.org>
Thu, 1 Jun 2023 16:22:35 +0000 (10:22 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 14 Jul 2023 16:54:51 +0000 (12:54 -0400)
commit14a86a510792cb8a69ded6ea3b6c34a150bae3ab
treef41cc38aa41eeec472e9baa7a1f8da094f7974d9
parent42b18494bdaf677c4726ef47a839b16a1a3daba2
expo: Avoid automatically arranging the scene

This should ideally be done once after all scene changes have been made.
Require an explicit call when everything is ready.

Always arrange after a key it sent, just for convenience.

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