]> git.baikalelectronics.ru Git - uboot.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)
commit0f24933b12e6f371ec159e224a7d760a8f300062
treefff5af8ebc7999e26e59f484a68754d6977cc6b3
parente96af60b872ef718912087d94bce7d1480168341
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