From 1426f672d254a92202c1e50ad21b7dd4c8e9641a Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Wed, 17 Jul 2024 09:30:53 +0100 Subject: [PATCH] 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 --- doc/develop/bootstd/overview.rst | 3 +++ 1 file changed, 3 insertions(+) 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 ----------------- -- 2.39.5