commit | 975ffbab00c9dd84cab17dad6f42caa1ede2677f | [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 | 2c9e0a79b9adf1c4f10c66045a74d016de0601b2 [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>