configs/raspberrypi0_defconfig: add raspberry pi zero w support
authorMartin Bark <martin@barkynet.com>
Sun, 5 Mar 2017 16:06:15 +0000 (16:06 +0000)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 5 Mar 2017 20:25:51 +0000 (21:25 +0100)
Signed-off-by: Martin Bark <martin@barkynet.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
board/raspberrypi/genimage-raspberrypi0.cfg
configs/raspberrypi0_defconfig

index a9d4c4501fd93893326ebe330d947cac0168fdda..212c30607e1360b88a45a710bb6908cf8dad1d91 100644 (file)
@@ -2,6 +2,7 @@ image boot.vfat {
   vfat {
     files = {
       "bcm2708-rpi-b-plus.dtb",
+      "bcm2708-rpi-0-w.dtb",
       "rpi-firmware/bootcode.bin",
       "rpi-firmware/cmdline.txt",
       "rpi-firmware/config.txt",
index d93484f3f58e8ed4773a301c4d2e7f422c836141..75b189a7c624fdad9539674e1c9a5c2a786c1186 100644 (file)
@@ -16,7 +16,7 @@ BR2_LINUX_KERNEL_DEFCONFIG="bcmrpi"
 # Build the DTBs for A/B from the kernel sources: the zero is the same
 # as the A+ model, just in a different form-factor
 BR2_LINUX_KERNEL_DTS_SUPPORT=y
-BR2_LINUX_KERNEL_INTREE_DTS_NAME="bcm2708-rpi-b-plus"
+BR2_LINUX_KERNEL_INTREE_DTS_NAME="bcm2708-rpi-b-plus bcm2708-rpi-0-w"
 
 BR2_PACKAGE_RPI_FIRMWARE=y
 # BR2_PACKAGE_RPI_FIRMWARE_INSTALL_DTB_OVERLAYS is not set