diff --git a/patches/flash-kernel b/patches/flash-kernel
deleted file mode 100755
index ea72751a5bd194e9b77ca7665e2e12572537c373..0000000000000000000000000000000000000000
--- a/patches/flash-kernel
+++ /dev/null
@@ -1,31 +0,0 @@
-#!/bin/sh
-set -e
-patch -p1 << 'EOF'
-diff -Nru flash-kernel-3.104/db/all.db flash-kernel-3.104+nmu1/db/all.db
---- flash-kernel-3.104/db/all.db	2021-02-07 00:13:15.000000000 +0100
-+++ flash-kernel-3.104+nmu1/db/all.db	2022-01-03 17:37:18.000000000 +0100
-@@ -1064,6 +1064,23 @@
- U-Boot-Script-Name: bootscr.sunxi
- Required-Packages: u-boot-tools
-
-+Machine: MNT Reform 2
-+Kernel-Flavors: any
-+Boot-Script-Path: /boot/boot.scr
-+DTB-Id: freescale/imx8mq-mnt-reform2.dtb
-+U-Boot-Script-Name: bootscr.uboot-generic
-+Required-Packages: u-boot-tools
-+
-+# drawback of the dual display dtb is that the internal display is run by a
-+# less performant display engine (LCDIF instead of DCSS) and the panel is run
-+# at a lower freq, so we can't just default to it
-+Machine: MNT Reform 2 HDMI
-+Kernel-Flavors: any
-+DTB-Id: freescale/imx8mq-mnt-reform2-hdmi.dtb
-+Boot-Script-Path: /boot/boot.scr
-+U-Boot-Script-Name: bootscr.uboot-generic
-+Required-Packages: u-boot-tools
-+
- Machine: MK802
- Kernel-Flavors: armmp
- Boot-Script-Path: /boot/boot.scr
-EOF