From fd2c16d568b7dc1ca3640540830acb997b030efd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20=C4=8Cerm=C3=A1k?= Date: Tue, 18 Mar 2025 14:21:49 +0100 Subject: [PATCH] Move ODROID-N2/C2/C4 U-Boot patch to correct folder to fix eMMC issues (#3946) As pointed out by @ginkage, in #3878 the eMMC patch was moved to a wrong path. Move it to uboot subfolder so it's correctly applied. Fixes #3942 --- ...001-HACK-mmc-meson-gx-limit-f_max-to-24-MHz-on-the-first.patch | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename buildroot-external/board/hardkernel/patches-meson/{ => uboot}/0001-HACK-mmc-meson-gx-limit-f_max-to-24-MHz-on-the-first.patch (100%) diff --git a/buildroot-external/board/hardkernel/patches-meson/0001-HACK-mmc-meson-gx-limit-f_max-to-24-MHz-on-the-first.patch b/buildroot-external/board/hardkernel/patches-meson/uboot/0001-HACK-mmc-meson-gx-limit-f_max-to-24-MHz-on-the-first.patch similarity index 100% rename from buildroot-external/board/hardkernel/patches-meson/0001-HACK-mmc-meson-gx-limit-f_max-to-24-MHz-on-the-first.patch rename to buildroot-external/board/hardkernel/patches-meson/uboot/0001-HACK-mmc-meson-gx-limit-f_max-to-24-MHz-on-the-first.patch