u-boot-brain/env
Simon Glass dd2408cac1 env: Drop the ENTRY typedef
U-Boot is not supposed to use typedef for structs anymore. Also this name
is the same as the ENTRY() macro used in assembler files, and 'entry'
itself is widely used in U-Boot (>8k matches).

Drop the typedef and rename the struct to env_entry to reduce confusion.

Signed-off-by: Simon Glass <sjg@chromium.org>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
2019-08-11 16:43:41 -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 ENTRY 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: Move env_get() to env.h 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 ENTRY typedef 2019-08-11 16:43:41 -04:00
flash.c env: Move env_valid to env.h 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
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: Move get/set_default_env() to env.h 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