]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
doc: Mention automatic binding of bootmeths
authorSimon Glass <sjg@chromium.org>
Wed, 17 Jul 2024 08:30:53 +0000 (09:30 +0100)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Fri, 19 Jul 2024 11:53:56 +0000 (13:53 +0200)
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>
doc/develop/bootstd/overview.rst

index aa38ad9a0ea2ae6bc42fd3b6851d05f1e1724f5c..e04c683fb1114aab621c65f2a91f1f160b26c2a1 100644 (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
 -----------------