aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2024-07-17 09:30:53 +0100
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>2024-07-19 13:53:56 +0200
commit1426f672d254a92202c1e50ad21b7dd4c8e9641a (patch)
tree652c079b0ca688b0e6751ab7800b3643adf6d4b2 /doc
parentc684db989e86cc041da30114c4d7f8d549260875 (diff)
downloadu-boot-1426f672d254a92202c1e50ad21b7dd4c8e9641a.zip
u-boot-1426f672d254a92202c1e50ad21b7dd4c8e9641a.tar.gz
u-boot-1426f672d254a92202c1e50ad21b7dd4c8e9641a.tar.bz2
doc: Mention automatic binding of bootmeths
Add a note about how bootmeth drivers are instantiated. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Mattijs Korpershoek <mkorpershoek@baylibre.com> Suggested-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Diffstat (limited to 'doc')
-rw-r--r--doc/develop/bootstd/overview.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/develop/bootstd/overview.rst b/doc/develop/bootstd/overview.rst
index aa38ad9..e04c683 100644
--- a/doc/develop/bootstd/overview.rst
+++ b/doc/develop/bootstd/overview.rst
@@ -424,6 +424,9 @@ Bootmeth drivers are provided for:
- EFI boot using boot manager
- Android bootflow (boot image v4)
+Each driver is controlled by a Kconfig option. If no bootmeth driver is
+selected by a compatible string in the devicetree, all available bootmeth
+drivers are bound automatically.
Command interface
-----------------