diff options
author | Michael Heimpold <mhei@heimpold.de> | 2018-10-28 15:26:08 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2018-11-01 17:16:52 +0100 |
commit | 79b766d07d56d22536120de2066e2e203ed01eb0 (patch) | |
tree | 8cf9a2677245a173ce399f44422418b47e5ecc94 /package/boot/uboot-mxs/patches/210-link-libcrypto-static.patch | |
parent | b0a2e60793f194a7a33e93a12f9ca5f2ae410529 (diff) | |
download | upstream-79b766d07d56d22536120de2066e2e203ed01eb0.tar.gz upstream-79b766d07d56d22536120de2066e2e203ed01eb0.tar.bz2 upstream-79b766d07d56d22536120de2066e2e203ed01eb0.zip |
uboot-mxs: bump to v2018.09
Also update the U-Boot BSP patch for I2SE Duckbill devices
and remove upstreamed patch for LibreSSL support.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Diffstat (limited to 'package/boot/uboot-mxs/patches/210-link-libcrypto-static.patch')
-rw-r--r-- | package/boot/uboot-mxs/patches/210-link-libcrypto-static.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/boot/uboot-mxs/patches/210-link-libcrypto-static.patch b/package/boot/uboot-mxs/patches/210-link-libcrypto-static.patch index 87b70ccea4..022e798f19 100644 --- a/package/boot/uboot-mxs/patches/210-link-libcrypto-static.patch +++ b/package/boot/uboot-mxs/patches/210-link-libcrypto-static.patch @@ -3,7 +3,7 @@ needed dependencies are added too. --- a/tools/Makefile +++ b/tools/Makefile -@@ -163,7 +163,7 @@ endif +@@ -147,7 +147,7 @@ endif # MXSImage needs LibSSL ifneq ($(CONFIG_MX23)$(CONFIG_MX28)$(CONFIG_ARMADA_38X)$(CONFIG_ARMADA_39X)$(CONFIG_FIT_SIGNATURE),) HOSTLOADLIBES_mkimage += \ |