From e916d9f93c3321a3f9b770dbd05c4488e93e8ae9 Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Thu, 7 Oct 2021 14:01:55 +0200 Subject: [PATCH] Move patch to fix U-Boot 2021.10 build (#1576) We only have a single U-Boot version currently, so there is no value in storing the patch file in a version specific directory. This makes sure U-Boot 2021.10 final release also has fileenv support. --- .../0001-CMD-read-string-from-fileinto-env.patch | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename buildroot-external/patches/uboot/{2021.10-rc5 => }/0001-CMD-read-string-from-fileinto-env.patch (100%) diff --git a/buildroot-external/patches/uboot/2021.10-rc5/0001-CMD-read-string-from-fileinto-env.patch b/buildroot-external/patches/uboot/0001-CMD-read-string-from-fileinto-env.patch similarity index 100% rename from buildroot-external/patches/uboot/2021.10-rc5/0001-CMD-read-string-from-fileinto-env.patch rename to buildroot-external/patches/uboot/0001-CMD-read-string-from-fileinto-env.patch