浏览代码

configs/raspberrypi3_defconfig: add raspberry pi 3 compute module support

Signed-off-by: Martin Bark <martin@barkynet.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Martin Bark 8 年之前
父节点
当前提交
a726c7dff8
共有 2 个文件被更改,包括 2 次插入1 次删除
  1. 1 0
      board/raspberrypi/genimage-raspberrypi3.cfg
  2. 1 1
      configs/raspberrypi3_defconfig

+ 1 - 0
board/raspberrypi/genimage-raspberrypi3.cfg

@@ -2,6 +2,7 @@ image boot.vfat {
   vfat {
   vfat {
     files = {
     files = {
       "bcm2710-rpi-3-b.dtb",
       "bcm2710-rpi-3-b.dtb",
+      "bcm2710-rpi-cm3.dtb",
       "rpi-firmware/bootcode.bin",
       "rpi-firmware/bootcode.bin",
       "rpi-firmware/cmdline.txt",
       "rpi-firmware/cmdline.txt",
       "rpi-firmware/config.txt",
       "rpi-firmware/config.txt",

+ 1 - 1
configs/raspberrypi3_defconfig

@@ -18,7 +18,7 @@ BR2_LINUX_KERNEL_DEFCONFIG="bcm2709"
 
 
 # Build the DTB from the kernel sources
 # Build the DTB from the kernel sources
 BR2_LINUX_KERNEL_DTS_SUPPORT=y
 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=y
 BR2_PACKAGE_RPI_FIRMWARE_INSTALL_DTB_OVERLAYS=y
 BR2_PACKAGE_RPI_FIRMWARE_INSTALL_DTB_OVERLAYS=y