diff mbox series

[v2,4/5] configs/raspberrypi3_64_defconfig: enable device tree overlay support

Message ID 20191107202339.6371-4-ps.report@gmx.net
State Changes Requested
Headers show
Series [v2,1/5] configs/raspberrypi*: bump kernel version to 1.20190925-1 | expand

Commit Message

Peter Seiderer Nov. 7, 2019, 8:23 p.m. UTC
Signed-off-by: Peter Seiderer <ps.report@gmx.net>
---
Changes v1 -> v2:
 - no changes

Notes:

Only the 64bit RPi compile seems to need the extra enabling
of device tree overlay support (the 32bit ones seem to do
it automatically). But for symmetry all RPi defconfigs should
set BR2_LINUX_KERNEL_DTB_OVERLAY_SUPPORT?
---
 configs/raspberrypi3_64_defconfig | 1 +
 1 file changed, 1 insertion(+)

--
2.23.0

Comments

Thomas Petazzoni Nov. 7, 2019, 9:46 p.m. UTC | #1
On Thu,  7 Nov 2019 21:23:38 +0100
Peter Seiderer <ps.report@gmx.net> wrote:

> Signed-off-by: Peter Seiderer <ps.report@gmx.net>

An empty commit log is too empty. We need some explanations as to why
you're doing this.

Thanks!

Thomas
diff mbox series

Patch

diff --git a/configs/raspberrypi3_64_defconfig b/configs/raspberrypi3_64_defconfig
index de1cd10c22..f9a6f5fe1f 100644
--- a/configs/raspberrypi3_64_defconfig
+++ b/configs/raspberrypi3_64_defconfig
@@ -17,6 +17,7 @@  BR2_LINUX_KERNEL_DEFCONFIG="bcmrpi3"
 # Build the DTB from the kernel sources
 BR2_LINUX_KERNEL_DTS_SUPPORT=y
 BR2_LINUX_KERNEL_INTREE_DTS_NAME="broadcom/bcm2710-rpi-3-b broadcom/bcm2710-rpi-3-b-plus broadcom/bcm2837-rpi-3-b"
+BR2_LINUX_KERNEL_DTB_OVERLAY_SUPPORT=y

 BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y