Commit 74cf77e8 authored by Liviu Dudau's avatar Liviu Dudau Committed by Olof Johansson

arm64: dts: broadcom: Use the .dtb name in the rule, rather than .dts

Commit a7eb2639 ("arm64: dts: broadcom: Add reference to Compute
Module IO Board V3") adds the bcm2837-rpi-cm3-io3.dts file as a target
in the Makefile, rather than the .dtb name. This will skip the
generation of the .dtb file at compile time and will fail the dtbs_install
target.

Fixes: a7eb2639 ("arm64: dts: broadcom: Add reference to Compute Module IO Board V3")
Signed-off-by: default avatarLiviu Dudau <liviu@dudau.co.uk>
Acked-by: default avatarStefan Wahren <stefan.wahren@i2se.com>
Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
parent 6017efc4
# SPDX-License-Identifier: GPL-2.0
dtb-$(CONFIG_ARCH_BCM2835) += bcm2837-rpi-3-b.dtb \
bcm2837-rpi-3-b-plus.dtb \
bcm2837-rpi-cm3-io3.dts
bcm2837-rpi-cm3-io3.dtb
subdir-y += northstar2
subdir-y += stingray
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment