global_data.h: convert GD_FLG_* to enum
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Mon, 5 Oct 2020 06:30:08 +0000 (08:30 +0200)
committerTom Rini <trini@konsulko.com>
Wed, 14 Oct 2020 15:16:34 +0000 (11:16 -0400)
commitc82a97bc5cd2f3923847945993a337f5e904afc2
tree093171275c349e78037b2566c7adf3b6aeae4116
parent73fdb9558ed15df868b4b07bdc61ab682b49bd59
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>
include/asm-generic/global_data.h