diff options
author | Martin Bark <martin@barkynet.com> | 2017-03-05 16:06:16 +0000 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-03-05 21:25:51 +0100 |
commit | a726c7dff8557bd3592c6e1eb1d6f3616ba90131 (patch) | |
tree | dd5f29315baf10b0c90399270b1f08426d083c77 | |
parent | ab07865f7e06b49121308d2dd74096ef047cccf8 (diff) | |
download | buildroot-a726c7dff8557bd3592c6e1eb1d6f3616ba90131.tar.gz buildroot-a726c7dff8557bd3592c6e1eb1d6f3616ba90131.zip |
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>
-rw-r--r-- | board/raspberrypi/genimage-raspberrypi3.cfg | 1 | ||||
-rw-r--r-- | configs/raspberrypi3_defconfig | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/board/raspberrypi/genimage-raspberrypi3.cfg b/board/raspberrypi/genimage-raspberrypi3.cfg index 3c9f1e5e2a..98ff709035 100644 --- a/board/raspberrypi/genimage-raspberrypi3.cfg +++ b/board/raspberrypi/genimage-raspberrypi3.cfg @@ -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", diff --git a/configs/raspberrypi3_defconfig b/configs/raspberrypi3_defconfig index 0d8c079ee3..de0c42d300 100644 --- a/configs/raspberrypi3_defconfig +++ b/configs/raspberrypi3_defconfig @@ -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 |