u-boot-brain/env
Simon Glass 3f0d680745 env: Drop the ACTION typedef
Avoid using a typedef here which is unnecessary. Add an 'env_' prefix to
both the enum and its members to make it clear that these are related to
the environment.

Add an ENV prefix to these two flags so that it is clear what they relate
to. Also move them to env.h since they are part of the public API. Use an
enum rather than a #define to tie them together.

Signed-off-by: Simon Glass <sjg@chromium.org>
2019-08-11 16:43:41 -04:00
..
Kconfig stm32mp1: move CONFIG_ENV in Kconfig 2019-07-12 11:18:53 +02:00
Makefile env: Simplify Makefile using $(SPL_TPL_) 2018-07-21 12:24:31 -04:00
attr.c SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
callback.c env: Drop the ACTION typedef 2019-08-11 16:43:41 -04:00
common.c env: Drop the ENTRY typedef 2019-08-11 16:43:41 -04:00
eeprom.c env: Rename the redundancy flags 2019-08-11 16:43:41 -04:00
embedded.c SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
env.c env: Move env_init() to env.h 2019-08-11 16:43:41 -04:00
ext4.c env: Move get/set_default_env() to env.h 2019-08-11 16:43:41 -04:00
fat.c env: Move get/set_default_env() to env.h 2019-08-11 16:43:41 -04:00
flags.c env: Drop the ACTION typedef 2019-08-11 16:43:41 -04:00
flash.c env: Rename the redundancy flags 2019-08-11 16:43:41 -04:00
mmc.c env: Move get/set_default_env() to env.h 2019-08-11 16:43:41 -04:00
nand.c env: Move get/set_default_env() to env.h 2019-08-11 16:43:41 -04:00
nowhere.c env: Move env_valid to env.h 2019-08-11 16:43:41 -04:00
nvram.c env: Move env_get() to env.h 2019-08-11 16:43:41 -04:00
onenand.c SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
remote.c SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
sata.c env: Move get/set_default_env() to env.h 2019-08-11 16:43:41 -04:00
sf.c env: Rename the redundancy flags 2019-08-11 16:43:41 -04:00
ubi.c env: Move get/set_default_env() to env.h 2019-08-11 16:43:41 -04:00