From 161ac1b4eed52df4e3341f3ba9cad43519909794 Mon Sep 17 00:00:00 2001 From: Igor Pecovnik Date: Sun, 27 Apr 2025 23:14:57 +0200 Subject: [PATCH] Upgrade Cherryba-m1 to latest u-boot, move patch to new folder --- config/boards/cherryba-m1.csc | 4 ++-- .../board_cherryba-m1/add_and_fix_cherryba-m1_uboot.patch | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename patch/u-boot/{v2024.01 => v2025.04}/board_cherryba-m1/add_and_fix_cherryba-m1_uboot.patch (100%) diff --git a/config/boards/cherryba-m1.csc b/config/boards/cherryba-m1.csc index b521ce160..f4fbfe3d0 100644 --- a/config/boards/cherryba-m1.csc +++ b/config/boards/cherryba-m1.csc @@ -6,6 +6,6 @@ BOOT_LOGO="desktop" KERNEL_TARGET="current,edge" KERNEL_TEST_TARGET="current,edge" # in case different then kernel target FORCE_BOOTSCRIPT_UPDATE="yes" -BOOTBRANCH_BOARD="tag:v2024.01" -BOOTPATCHDIR="v2024.01" +BOOTBRANCH_BOARD="tag:v2025.04" +BOOTPATCHDIR="v2025.04" BOARD_MAINTAINER="IsMrX" diff --git a/patch/u-boot/v2024.01/board_cherryba-m1/add_and_fix_cherryba-m1_uboot.patch b/patch/u-boot/v2025.04/board_cherryba-m1/add_and_fix_cherryba-m1_uboot.patch similarity index 100% rename from patch/u-boot/v2024.01/board_cherryba-m1/add_and_fix_cherryba-m1_uboot.patch rename to patch/u-boot/v2025.04/board_cherryba-m1/add_and_fix_cherryba-m1_uboot.patch