aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Glass2024-07-17 09:30:53 +0100
committerHeinrich Schuchardt2024-07-19 13:53:56 +0200
commit1426f672d254a92202c1e50ad21b7dd4c8e9641a (patch)
tree652c079b0ca688b0e6751ab7800b3643adf6d4b2
parentc684db989e86cc041da30114c4d7f8d549260875 (diff)
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>
-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 aa38ad9a0ea..e04c683fb11 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
-----------------