summaryrefslogtreecommitdiff
path: root/dts
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2025-11-02 14:08:12 -0600
committerTom Rini <[email protected]>2025-11-10 11:30:56 -0600
commit6d04828b45202312c93892b4be834809c795d4d2 (patch)
treef4438b2287c85b2479109ff4ecdff1f80ec53000 /dts
parentd3b691c9d32260a262382f464bae62ad16d82225 (diff)
dm: Remove pre-schema tag support
Support for using "u-boot,dm-..." rather than "bootph-..." has been deprecated since February 2023. Any platforms using this have had a console message saying to migrate by 2023.07. Go and remove all support here now, for the v2026.01 release. The results of this change that aren't clear from the above are that we still have a checkpatch.pl error message, and document in doc/develop/spl.rst that they have been migrated since 2023. We also change the key2dtsi.py tool to use the correct bootph phase rather than the legacy phase. Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'dts')
-rw-r--r--dts/Kconfig10
1 files changed, 0 insertions, 10 deletions
diff --git a/dts/Kconfig b/dts/Kconfig
index 4e2622d48d0..870f75ad3ec 100644
--- a/dts/Kconfig
+++ b/dts/Kconfig
@@ -408,16 +408,6 @@ config SPL_MULTI_DTB_FIT_USER_DEF_ADDR
at compilation time. This is the address of this area. It must be
aligned on 2-byte boundary.
-config OF_TAG_MIGRATE
- bool "Ease migration from old device trees with u-boot,dm- tags"
- default y
- help
- U-Boot moved over to use new tags to mark device tree nodes which need
- to be processed in SPL, before relocation, etc. Enable this option to
- detect old tags and handle them.
-
- Note: This option will be removed after the 2023.07 release.
-
config OF_SPL_REMOVE_PROPS
string "List of device tree properties to drop for SPL"
depends on SPL_OF_CONTROL