From: Simon Glass Date: Wed, 17 Jul 2024 08:30:53 +0000 (+0100) Subject: doc: Mention automatic binding of bootmeths X-Git-Url: http://git.dujemihanovic.xyz/%22http:/www.sics.se/static/git-favicon.png?a=commitdiff_plain;h=1426f672d254a92202c1e50ad21b7dd4c8e9641a;p=u-boot.git doc: Mention automatic binding of bootmeths Add a note about how bootmeth drivers are instantiated. Signed-off-by: Simon Glass Reviewed-by: Mattijs Korpershoek Suggested-by: Heinrich Schuchardt --- diff --git a/doc/develop/bootstd/overview.rst b/doc/develop/bootstd/overview.rst index aa38ad9a0e..e04c683fb1 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 -----------------