summaryrefslogtreecommitdiff
path: root/arch/arm/dts/bcm7xxx.dts
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2026-09-03 13:21:53 -0600
committerTom Rini <trini@konsulko.com>2026-09-03 16:12:28 -0600
commit75df64103873fac09642860cedadaffb8cf6b2c7 (patch)
tree64e5ec32da8495b7b8cbcebfd8261a019075933c /arch/arm/dts/bcm7xxx.dts
parent3e40b6599c3d11b22512ee502fe3c3cdeeaf7753 (diff)
parent99df7f47155100ff0fc83f5671ab5064a72d3e5d (diff)
downloadu-boot-next.tar.gz
u-boot-next.zip
Merge patch series "Fix logic of OF_OMIT_DTB and remove useless dts files"next
Tom Rini <trini@konsulko.com> says: In this series we correct how we handle OF_OMIT_DTB so that we can in turn not have an empty or fake dts file in the tree, when we are building for the case where we would be omitting building the final part of the dtb for use anyhow. With the changes in the previous series, we can then correct the Kconfig logic around OF_OMIT_DTB and DEFAULT_DEVICE_TREE so that when we're omitting the device tree binary we don't try and build one anyhow. Finally, we can remove all of the empty / fake device tree sources we have, or in some cases have but never used. Link: https://lore.kernel.org/r/20260824195224.556419-2-trini@konsulko.com
Diffstat (limited to 'arch/arm/dts/bcm7xxx.dts')
-rw-r--r--arch/arm/dts/bcm7xxx.dts15
1 files changed, 0 insertions, 15 deletions
diff --git a/arch/arm/dts/bcm7xxx.dts b/arch/arm/dts/bcm7xxx.dts
deleted file mode 100644
index 786ce3ff959..00000000000
--- a/arch/arm/dts/bcm7xxx.dts
+++ /dev/null
@@ -1,15 +0,0 @@
-// SPDX-License-Identifier: GPL-2.0+
-/*
- * Empty devicetre file for bcm7260 board
- *
- * This is required to make the board build with CONFIG OF_SEPARATE
- * In-tree document explains how to obtain a real devicetree using 'bolt' but
- * I did not attempt this.
- *
- * Copyright 2021 Google LLC
- */
-
-/dts-v1/;
-
-/ {
-};