commit | 6081b0fb26b60fb568af3d1a5c8885cf549621a9 | [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 | 7b04395c3d07be3528c793a6cff30cd9310fbf7b [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>