diff options
author | Jonas Karlman <jonas@kwiboo.se> | 2023-08-20 22:03:18 +0000 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2023-09-23 12:31:25 -0600 |
commit | 9e644284ab812f2db23f6185af77c0e771b0be73 (patch) | |
tree | 5d0da06f16449be8a130301b008676fa59ffd83a /Makefile | |
parent | b05a184379631d13c4a49e423aa1324dc1ae6158 (diff) | |
download | u-boot-9e644284ab812f2db23f6185af77c0e771b0be73.tar.gz u-boot-9e644284ab812f2db23f6185af77c0e771b0be73.tar.bz2 u-boot-9e644284ab812f2db23f6185af77c0e771b0be73.zip |
dm: core: Report bootph-pre-ram/sram node as pre-reloc after relocation
Nodes with bootph-pre-sram/ram props are bound in multiple phases:
1. At TPL (bootph-pre-sram) or SPL (bootph-pre-ram) phase
2. At U-Boot proper pre-relocation phase
3. At U-Boot proper normal phase
However the binding and U-Boot Driver Model documentation indicate that
only nodes marked with bootph-all or bootph-some-ram should be bound in
the U-Boot proper pre-relocation phase.
Change ofnode_pre_reloc to report a node with bootph-pre-ram/sram prop
with a pre-reloc status only after U-Boot proper pre-relocation phase.
Also update the ofnode_pre_reloc documentation to closer reflect the
binding and driver model documentation.
This changes behavior of what nodes are bound in the U-Boot proper
pre-relocation phase. Change to bootph-all or add bootph-some-ram prop
to restore prior behavior.
Signed-off-by: Jonas Karlman <jonas@kwiboo.se>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions