mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-01-11 09:00:12 +00:00
RP1 support loaded from overlay has been dropped from the driver and the DTB intended to be loaded with the overlay no longer exists. Drop unused include file and overlay. Signed-off-by: Andrea della Porta <andrea.porta@suse.com> Reviewed-by: Rob Herring <robh@kernel.org> Link: https://lore.kernel.org/r/85167b815d41ed9ed690ad239a19de5cd2e8be1c.1766077285.git.andrea.porta@suse.com Signed-off-by: Florian Fainelli <florian.fainelli@broadcom.com>
21 lines
544 B
Makefile
21 lines
544 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
# Enables support for device-tree overlays
|
|
DTC_FLAGS := -@
|
|
|
|
dtb-$(CONFIG_ARCH_BCM2835) += bcm2711-rpi-400.dtb \
|
|
bcm2711-rpi-4-b.dtb \
|
|
bcm2711-rpi-cm4-io.dtb \
|
|
bcm2712-rpi-5-b.dtb \
|
|
bcm2712-d-rpi-5-b.dtb \
|
|
bcm2837-rpi-2-b.dtb \
|
|
bcm2837-rpi-3-a-plus.dtb \
|
|
bcm2837-rpi-3-b.dtb \
|
|
bcm2837-rpi-3-b-plus.dtb \
|
|
bcm2837-rpi-cm3-io3.dtb \
|
|
bcm2837-rpi-zero-2-w.dtb
|
|
|
|
subdir-y += bcmbca
|
|
subdir-y += northstar2
|
|
subdir-y += stingray
|