mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 08:42:12 +02:00
doc: Update docs for device tree in SPL, TPL
Make a few small updates to indicate that device tree can be used in SPL and TPL. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -174,6 +174,16 @@ After board configuration is done, fdt supported u-boot can be build in two ways
|
||||
$ make DEVICE_TREE=<dts-file-name>
|
||||
|
||||
|
||||
Relocation, SPL and TPL
|
||||
-----------------------
|
||||
|
||||
U-Boot can be divided into three phases: TPL, SPL and U-Boot proper.
|
||||
|
||||
The full device tree is available to U-Boot proper, but normally only a subset
|
||||
(or none at all) is available to TPL and SPL. See 'Pre-Relocation Support' and
|
||||
'SPL Support' in doc/driver-model/README.txt for more details.
|
||||
|
||||
|
||||
Limitations
|
||||
-----------
|
||||
|
||||
|
Reference in New Issue
Block a user