diff options
author | Simon Glass <sjg@chromium.org> | 2023-02-13 08:56:36 -0700 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2023-02-14 09:43:27 -0700 |
commit | ea4299a213c05093cf477e00e3af37f71a0ed35d (patch) | |
tree | 56c300c71191ef53ac0673705a650ab39ee7d775 /doc/README.TPL | |
parent | c8ef3eed61796293b744d33739fe4f601af40a17 (diff) | |
download | u-boot-ea4299a213c05093cf477e00e3af37f71a0ed35d.tar.gz u-boot-ea4299a213c05093cf477e00e3af37f71a0ed35d.tar.bz2 u-boot-ea4299a213c05093cf477e00e3af37f71a0ed35d.zip |
dm: doc: Update documentation for new driver model schema
Now that Linux has accepted these tags, move U-Boot over to use them.
Tidy up the comments and formatting, making sure that VPL is mentioned
too.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'doc/README.TPL')
-rw-r--r-- | doc/README.TPL | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/README.TPL b/doc/README.TPL index 72027fd692..95b466e4af 100644 --- a/doc/README.TPL +++ b/doc/README.TPL @@ -35,8 +35,8 @@ is set. Source files can be compiled for TPL with options chosen in the board config file. TPL use a small device tree (u-boot-tpl.dtb), containing only the nodes with -the pre-relocation properties: 'u-boot,dm-pre-reloc' and 'u-boot,dm-tpl' -(see README.SPL for details). +the pre-relocation properties: 'bootph-all' and 'bootph-pre-sram' +(see doc/develop/spl.rst for details). For example: |