
28 Jun
2019
28 Jun
'19
3:54 p.m.
On Tue, 21 May 2019 at 11:19, Patrick Delaunay patrick.delaunay@st.com wrote:
Add documentation for the pre-reloc property in SPL and TPL device-tree:
- u-boot,dm-pre-proper
- u-boot,dm-pre-reloc
- u-boot,dm-spl
- u-boot,dm-tpl
Signed-off-by: Patrick Delaunay patrick.delaunay@st.com Reviewed-by: Simon Glass sjg@chromium.org
Changes in v3:
- rebase on u-boot-dm/sandbox-working
Changes in v2:
- rebase on master
doc/README.SPL | 16 ++++++++++++++++ doc/README.TPL | 4 ++++ doc/driver-model/README.txt | 4 ++++ include/dm/ofnode.h | 6 ++++-- include/dm/util.h | 6 ++++-- 5 files changed, 32 insertions(+), 4 deletions(-)
Applied to u-boot-dm/next, thanks!