From 0293d131c9c56af24d4f58dfddcd2d8c971f5841 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN" Date: Sun, 20 Aug 2023 23:27:38 +0200 Subject: [PATCH] board/radxa/rock5b: fix kernel patch location Commit 2a5d90a59516 (configs/rock5b: Add patches to fix gcc12 warnings) introduced the kernel patches in an incorrect directory. Fix that by moving them in the proper location. Reported-by: Kilian Zinnecker Signed-off-by: Yann E. MORIN --- ...001-etherdevice-Adjust-ether_addr-prototypes-to-silence-.patch | 0 ...002-mm-page_alloc-fix-building-error-on-Werror-array-com.patch | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename board/radxa/rock5b/patches/{ => linux}/0001-etherdevice-Adjust-ether_addr-prototypes-to-silence-.patch (100%) rename board/radxa/rock5b/patches/{ => linux}/0002-mm-page_alloc-fix-building-error-on-Werror-array-com.patch (100%) diff --git a/board/radxa/rock5b/patches/0001-etherdevice-Adjust-ether_addr-prototypes-to-silence-.patch b/board/radxa/rock5b/patches/linux/0001-etherdevice-Adjust-ether_addr-prototypes-to-silence-.patch similarity index 100% rename from board/radxa/rock5b/patches/0001-etherdevice-Adjust-ether_addr-prototypes-to-silence-.patch rename to board/radxa/rock5b/patches/linux/0001-etherdevice-Adjust-ether_addr-prototypes-to-silence-.patch diff --git a/board/radxa/rock5b/patches/0002-mm-page_alloc-fix-building-error-on-Werror-array-com.patch b/board/radxa/rock5b/patches/linux/0002-mm-page_alloc-fix-building-error-on-Werror-array-com.patch similarity index 100% rename from board/radxa/rock5b/patches/0002-mm-page_alloc-fix-building-error-on-Werror-array-com.patch rename to board/radxa/rock5b/patches/linux/0002-mm-page_alloc-fix-building-error-on-Werror-array-com.patch