mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 10:39:08 +00:00
fdt: Allow indicating a node is for U-Boot proper only
At present it is not possible to specify that a node should be used before relocation (in U-Boot proper) without it also ending up in SPL and TPL device trees. Add a new "u-boot,dm-pre-proper" boolean property for this. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
a15a7aa47b
commit
06f94461a9
2 changed files with 5 additions and 1 deletions
|
@ -837,7 +837,9 @@ well, if device tree is enabled there.
|
|||
|
||||
It is possible to limit this to specific relocation steps, by using
|
||||
the more specialized 'u-boot,dm-spl' and 'u-boot,dm-tpl' flags
|
||||
in the devicetree.
|
||||
in the device tree node. For U-Boot proper you can use 'u-boot,dm-pre-proper'
|
||||
which means that it will be processed (and a driver bound) in U-Boot proper
|
||||
prior to relocation, but will not be available in SPL or TPL.
|
||||
|
||||
Then post relocation we throw that away and re-init driver model again.
|
||||
For drivers which require some sort of continuity between pre- and
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue