These patches were generated from: https://github.com/raspberrypi/linux/commits/rpi-6.12.y With the following command: git format-patch -N v6.12.27..HEAD (HEAD -> 8d3206ee456a5ecdf9ddbfd8e5e231e4f0cd716e) Exceptions: - (def)configs patches - github workflows patches - applied & reverted patches - readme patches - wireless patches Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
20 lines
672 B
Diff
20 lines
672 B
Diff
From bb1aa4df9550aa41f6c848758cbf3959f79b2401 Mon Sep 17 00:00:00 2001
|
|
From: Sander Hollaar <sander@humilis.net>
|
|
Date: Sat, 1 Mar 2025 08:33:27 +0100
|
|
Subject: [PATCH] dts: remove README from Makefile
|
|
|
|
See: https://github.com/raspberrypi/linux/pull/6681/
|
|
---
|
|
arch/arm/boot/dts/overlays/Makefile | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
--- a/arch/arm/boot/dts/overlays/Makefile
|
|
+++ b/arch/arm/boot/dts/overlays/Makefile
|
|
@@ -1,6 +1,6 @@
|
|
# Overlays for the Raspberry Pi platform
|
|
|
|
-dtb-$(CONFIG_ARCH_BCM2835) += overlay_map.dtb hat_map.dtb README
|
|
+dtb-$(CONFIG_ARCH_BCM2835) += overlay_map.dtb hat_map.dtb
|
|
|
|
dtbo-$(CONFIG_ARCH_BCM2835) += \
|
|
act-led.dtbo \
|