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>
This commit is contained in:
Simon Glass
2024-07-17 09:30:53 +01:00
committed by Heinrich Schuchardt
parent c684db989e
commit 1426f672d2

View File

@@ -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
-----------------