commit | 6b6ee8a397bfc31f057b34f72f6a1f8e5eebf135 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Tue Nov 14 08:39:35 2017 -0500 |
committer | Tom Rini <trini@konsulko.com> | Tue Nov 21 07:43:31 2017 -0500 |
tree | ec3444def18bc20f81dce3594b01dfdba9097949 | |
parent | 5f066548c39711cd96d2cd79dde5574470105e2e [diff] [blame] |
env: Remove CONFIG_ENV_AES support This support has been deprecated since v2017.09 due to security issues. We now remove this support. Signed-off-by: Tom Rini <trini@konsulko.com>
diff --git a/tools/env/Makefile b/tools/env/Makefile index 95b28c0..95a03c9 100644 --- a/tools/env/Makefile +++ b/tools/env/Makefile
@@ -25,7 +25,7 @@ lib-y += fw_env.o \ crc32.o ctype.o linux_string.o \ - env_attr.o env_flags.o aes.o + env_attr.o env_flags.o fw_printenv-objs := fw_env_main.o $(lib-y)