]> git.dujemihanovic.xyz Git - u-boot.git/commit
expo: Use switch statements more for object types
authorSimon Glass <sjg@chromium.org>
Mon, 2 Oct 2023 01:13:24 +0000 (19:13 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 11 Oct 2023 19:43:55 +0000 (15:43 -0400)
commitfd6073ac9feedd03ebc89f0274fcd7be60377e32
tree03f83be2f7896379423c773bbfb459b401f9976b
parent909c486d7cc52efd0db0a1922778fe5c17e5be24
expo: Use switch statements more for object types

In a lot of cases menus are the only objects which are have their own
behaviour in the cedit, e.g. to move between menus. With expo expanding
to support text, this is no-longer true.

Use a switch() statement so that we can simply insert a new 'case' for
the new object types.

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