diff options
| author | Tom Rini <trini@konsulko.com> | 2017-11-14 08:39:35 -0500 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2017-11-21 07:43:31 -0500 |
| commit | c6831c74a9e9dbedc351de94d23d35188ae1a39b (patch) | |
| tree | ec3444def18bc20f81dce3594b01dfdba9097949 /tools/env/Makefile | |
| parent | 042de609ed49cfc41afb13639850c7b01079a527 (diff) | |
| download | u-boot-c6831c74a9e9dbedc351de94d23d35188ae1a39b.tar.gz u-boot-c6831c74a9e9dbedc351de94d23d35188ae1a39b.tar.xz u-boot-c6831c74a9e9dbedc351de94d23d35188ae1a39b.zip | |
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>
Diffstat (limited to 'tools/env/Makefile')
| -rw-r--r-- | tools/env/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/env/Makefile b/tools/env/Makefile index 95b28c0b3a..95a03c98e7 100644 --- a/tools/env/Makefile +++ b/tools/env/Makefile @@ -25,7 +25,7 @@ hostprogs-y := fw_printenv 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) |
