From e920d31f4b2c16efc78e8bcd5e606f4bbf9b9d33 Mon Sep 17 00:00:00 2001 From: Luka Perkov Date: Sat, 31 Oct 2015 19:46:56 +0000 Subject: uboot-envtools: update to 2015.10 Signed-off-by: Luka Perkov SVN-Revision: 47328 --- package/boot/uboot-envtools/patches/200-fw_env_no_aes.patch | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'package/boot/uboot-envtools/patches/200-fw_env_no_aes.patch') diff --git a/package/boot/uboot-envtools/patches/200-fw_env_no_aes.patch b/package/boot/uboot-envtools/patches/200-fw_env_no_aes.patch index 05fd3c7c4f..9c8681ff48 100644 --- a/package/boot/uboot-envtools/patches/200-fw_env_no_aes.patch +++ b/package/boot/uboot-envtools/patches/200-fw_env_no_aes.patch @@ -1,6 +1,6 @@ --- a/tools/env/fw_env.c +++ b/tools/env/fw_env.c -@@ -245,7 +245,7 @@ int fw_printenv (int argc, char *argv[]) +@@ -246,7 +246,7 @@ int fw_printenv (int argc, char *argv[]) int i, n_flag; int rc = 0; @@ -9,7 +9,7 @@ if (argc < 3) { fprintf(stderr, "## Error: '-a' option requires AES key\n"); -@@ -324,7 +324,7 @@ int fw_printenv (int argc, char *argv[]) +@@ -325,7 +325,7 @@ int fw_printenv (int argc, char *argv[]) int fw_env_close(void) { int ret; @@ -18,7 +18,7 @@ ret = env_aes_cbc_crypt(environment.data, 1); if (ret) { fprintf(stderr, -@@ -1222,7 +1222,7 @@ int fw_env_open(void) +@@ -1223,7 +1223,7 @@ int fw_env_open(void) crc0 = crc32 (0, (uint8_t *) environment.data, ENV_SIZE); @@ -27,7 +27,7 @@ ret = env_aes_cbc_crypt(environment.data, 0); if (ret) return ret; -@@ -1279,7 +1279,7 @@ int fw_env_open(void) +@@ -1280,7 +1280,7 @@ int fw_env_open(void) crc1 = crc32 (0, (uint8_t *) redundant->data, ENV_SIZE); -- cgit v1.2.3