commit | ce72c9ec260d18cc127c275daf3ec1d18c230e2a | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Jun 01 10:22:50 2023 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Jul 14 12:54:51 2023 -0400 |
tree | fff5af8ebc7999e26e59f484a68754d6977cc6b3 | |
parent | ae45d6cf5a564851a9b9d58e05425e4cf1dfe8aa [diff] |
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>