summaryrefslogtreecommitdiffstats
path: root/configs/raspberrypi_defconfig
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2016-01-07 17:07:06 -0300
committerPeter Korsgaard <peter@korsgaard.com>2016-02-01 21:26:45 +0100
commit1dbc3c30a26aab71ddc10867c81b25efd2dd1e23 (patch)
tree8d817d9bb85647fb1185c9af1b5d8e4c3b42a680 /configs/raspberrypi_defconfig
parent38172747f8a6d2640dcd9290f7c2ef7e5ad8dd3e (diff)
downloadbuildroot-1dbc3c30a26aab71ddc10867c81b25efd2dd1e23.tar.gz
buildroot-1dbc3c30a26aab71ddc10867c81b25efd2dd1e23.zip
configs/raspberrypi: add dtb for compute module
[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>
Diffstat (limited to 'configs/raspberrypi_defconfig')
-rw-r--r--configs/raspberrypi_defconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/raspberrypi_defconfig b/configs/raspberrypi_defconfig
index 98e6ae34bb..a6db191e50 100644
--- a/configs/raspberrypi_defconfig
+++ b/configs/raspberrypi_defconfig
@@ -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
OpenPOWER on IntegriCloud