From 6d04828b45202312c93892b4be834809c795d4d2 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Sun, 2 Nov 2025 14:08:12 -0600 Subject: 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 --- dts/Kconfig | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'dts') 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 -- cgit v1.2.3