commit | 3908bc93443be458abe28b9c3797ad912612631a | [log] [tgz] |
---|---|---|
author | Rasmus Villemoes <rasmus.villemoes@prevas.dk> | Wed Feb 19 09:47:41 2020 +0000 |
committer | Tom Rini <trini@konsulko.com> | Fri Apr 24 10:10:00 2020 -0400 |
tree | a69aa1293d5e8eae68f72dccad527b5eb707edd5 | |
parent | 82b2f41357199c9fd06da80f8dd21e0576d08efe [diff] |
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>