diff options
author | Simon Glass | 2023-02-13 08:56:34 -0700 |
---|---|---|
committer | Simon Glass | 2023-02-14 09:43:27 -0700 |
commit | e316fbabbf1fe505162e35044c7924cbca0d73fd (patch) | |
tree | 838404c3c52c358673bd7465733dfba296c03c06 /dts | |
parent | 8c103c33fb14086aad6feda504934314d4397dd7 (diff) |
dm: treewide: Complete migration to new driver model schema
Update various build and test components to use the new schema.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'dts')
-rw-r--r-- | dts/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dts/Kconfig b/dts/Kconfig index deb865d4c28..3b7489f0f87 100644 --- a/dts/Kconfig +++ b/dts/Kconfig @@ -362,7 +362,7 @@ config OF_SPL_REMOVE_PROPS help Since SPL normally runs in a reduced memory space, the device tree is cut down to only what is needed to load and start U-Boot. Only - nodes marked with the property "u-boot,dm-pre-reloc" will be + nodes marked with the property "bootph-all" will be included. In addition, some properties are not used by U-Boot and can be discarded. This option defines the list of properties to discard. |