commit | c82a97bc5cd2f3923847945993a337f5e904afc2 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Mon Oct 05 08:30:08 2020 +0200 |
committer | Tom Rini <trini@konsulko.com> | Wed Oct 14 11:16:34 2020 -0400 |
tree | 093171275c349e78037b2566c7adf3b6aeae4116 | |
parent | 73fdb9558ed15df868b4b07bdc61ab682b49bd59 [diff] |
global_data.h: convert GD_FLG_* to enum Sphinx documentation is only available for enums not for #defines. Anyway it is better to keep related definitions in an enum. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Simon Glass <sjg@chromium.org>