]> git.dujemihanovic.xyz Git - u-boot.git/commit
expo: Use flags for objects
authorSimon Glass <sjg@chromium.org>
Thu, 1 Jun 2023 16:22:50 +0000 (10:22 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 14 Jul 2023 16:54:51 +0000 (12:54 -0400)
commitce72c9ec260d18cc127c275daf3ec1d18c230e2a
treefff5af8ebc7999e26e59f484a68754d6977cc6b3
parentae45d6cf5a564851a9b9d58e05425e4cf1dfe8aa
expo: Use flags for objects

We currently have just a 'hide' property for each object. In preparation
for adding more properties, convert the struct to use a flags value,
instead of individual booleans. This is more extensible.

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