From 4200631ce243c323bcc5ebf5fe8710f3612f443d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20L=C3=A9ger?= Date: Wed, 4 Aug 2021 12:33:53 +0200 Subject: [PATCH] boot/optee-os: use dedicated 3.13.0 patch directory MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Existing patch is for 3.13.0 optee version but is located at the root of optee-os folder, leading to error when applying it on more recent version. Move it to a dedicated 3.13.0 folder. Signed-off-by: Clément Léger Signed-off-by: Arnout Vandecappelle (Essensium/Mind) --- ...001-core-zlib-fix-build-warning-when-_LFS64_LARGEFILE-is.patch | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename boot/optee-os/{ => 3.13.0}/0001-core-zlib-fix-build-warning-when-_LFS64_LARGEFILE-is.patch (100%) diff --git a/boot/optee-os/0001-core-zlib-fix-build-warning-when-_LFS64_LARGEFILE-is.patch b/boot/optee-os/3.13.0/0001-core-zlib-fix-build-warning-when-_LFS64_LARGEFILE-is.patch similarity index 100% rename from boot/optee-os/0001-core-zlib-fix-build-warning-when-_LFS64_LARGEFILE-is.patch rename to boot/optee-os/3.13.0/0001-core-zlib-fix-build-warning-when-_LFS64_LARGEFILE-is.patch