configs/raspberrypi: add dtb for compute module
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Thu, 7 Jan 2016 20:07:06 +0000 (17:07 -0300)
committerPeter Korsgaard <peter@korsgaard.com>
Mon, 1 Feb 2016 20:26:45 +0000 (21:26 +0100)
[Peter: describe what 'CM' stands for, update comment]
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
board/raspberrypi/genimage-raspberrypi.cfg
configs/raspberrypi_defconfig

index 45be4d0123ab70c4f40a355aada83094ea6609e8..74758f5e25b76523d40d2af7aec77de30228b954 100644 (file)
@@ -3,6 +3,7 @@ image boot.vfat {
     files = {
       "bcm2708-rpi-b.dtb",
       "bcm2708-rpi-b-plus.dtb",
+      "bcm2708-rpi-cm.dtb",
       "rpi-firmware/bootcode.bin",
       "rpi-firmware/cmdline.txt",
       "rpi-firmware/config.txt",
index 98e6ae34bb6f8167af24ec414ddb0c82caf1ea94..a6db191e50cbdad26113e34e7b89cf9863eaa4c2 100644 (file)
@@ -19,9 +19,9 @@ BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="d33d0293e245badc4ca6ede3984d8bb8ea63cb1a"
 BR2_LINUX_KERNEL_DEFCONFIG="bcmrpi"
 BR2_LINUX_KERNEL_ZIMAGE=y
 
-# Build the DTBs for A/B and A+/B+ from the kernel sources
+# Build the DTBs for A/B, A+/B+ and compute module from the kernel sources
 BR2_LINUX_KERNEL_DTS_SUPPORT=y
-BR2_LINUX_KERNEL_INTREE_DTS_NAME="bcm2708-rpi-b bcm2708-rpi-b-plus"
+BR2_LINUX_KERNEL_INTREE_DTS_NAME="bcm2708-rpi-b bcm2708-rpi-b-plus bcm2708-rpi-cm"
 
 BR2_PACKAGE_RPI_FIRMWARE=y
 # BR2_PACKAGE_RPI_FIRMWARE_INSTALL_DTB_OVERLAYS is not set