From 1dbc3c30a26aab71ddc10867c81b25efd2dd1e23 Mon Sep 17 00:00:00 2001 From: Gustavo Zacarias Date: Thu, 7 Jan 2016 17:07:06 -0300 Subject: [PATCH] configs/raspberrypi: add dtb for compute module [Peter: describe what 'CM' stands for, update comment] Signed-off-by: Gustavo Zacarias Signed-off-by: Peter Korsgaard --- board/raspberrypi/genimage-raspberrypi.cfg | 1 + configs/raspberrypi_defconfig | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/board/raspberrypi/genimage-raspberrypi.cfg b/board/raspberrypi/genimage-raspberrypi.cfg index 45be4d0123..74758f5e25 100644 --- a/board/raspberrypi/genimage-raspberrypi.cfg +++ b/board/raspberrypi/genimage-raspberrypi.cfg @@ -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", 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