configs/raspberrypi3_defconfig: add raspberry pi 3 compute module support
authorMartin Bark <martin@barkynet.com>
Sun, 5 Mar 2017 16:06:16 +0000 (16:06 +0000)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 5 Mar 2017 20:25:51 +0000 (21:25 +0100)
Signed-off-by: Martin Bark <martin@barkynet.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
board/raspberrypi/genimage-raspberrypi3.cfg
configs/raspberrypi3_defconfig

index 3c9f1e5e2a2272cc36fb8c7657f31e5c190f2f76..98ff70903565ad31a7c382b100514e020cf630b2 100644 (file)
@@ -2,6 +2,7 @@ image boot.vfat {
   vfat {
     files = {
       "bcm2710-rpi-3-b.dtb",
+      "bcm2710-rpi-cm3.dtb",
       "rpi-firmware/bootcode.bin",
       "rpi-firmware/cmdline.txt",
       "rpi-firmware/config.txt",
index 0d8c079ee38be1a8c222f66c3ed96b2a4272e7ae..de0c42d300c00e405d396f213e901565de7ec2cb 100644 (file)
@@ -18,7 +18,7 @@ BR2_LINUX_KERNEL_DEFCONFIG="bcm2709"
 
 # Build the DTB from the kernel sources
 BR2_LINUX_KERNEL_DTS_SUPPORT=y
-BR2_LINUX_KERNEL_INTREE_DTS_NAME="bcm2710-rpi-3-b"
+BR2_LINUX_KERNEL_INTREE_DTS_NAME="bcm2710-rpi-3-b bcm2710-rpi-cm3"
 
 BR2_PACKAGE_RPI_FIRMWARE=y
 BR2_PACKAGE_RPI_FIRMWARE_INSTALL_DTB_OVERLAYS=y