]> git.baikalelectronics.ru Git - uboot.git/commit
env/fat.c: remove private CMD_SAVEENV logic
authorRasmus Villemoes <rasmus.villemoes@prevas.dk>
Wed, 19 Feb 2020 09:47:41 +0000 (09:47 +0000)
committerTom Rini <trini@konsulko.com>
Fri, 24 Apr 2020 14:10:00 +0000 (10:10 -0400)
commit0b25294e21ec80c4ca8af1245fccb07739c12546
treea69aa1293d5e8eae68f72dccad527b5eb707edd5
parent59dc25807d0bdc1f41c88b0237d6b405b2ef8a0f
env/fat.c: remove private CMD_SAVEENV logic

Always compile the env_fat_save() function, and let
CONFIG_IS_ENABLED(SAVEENV) (via the ENV_SAVE_PTR macro) decide whether
it actually ends up being compiled in.

Signed-off-by: Rasmus Villemoes <rasmus.villemoes@prevas.dk>
env/fat.c