boot: Only run global bootmeths once each
authorSimon Glass <sjg@chromium.org>
Wed, 15 Oct 2025 15:44:10 +0000 (16:44 +0100)
committerTom Rini <trini@konsulko.com>
Wed, 22 Oct 2025 20:16:56 +0000 (14:16 -0600)
commite52053c93c128284ccfae11001d7b211bb081aeb
tree1aed5e9972516bd0c1ffe2ec021f41cfadda1575
parent8e31093dbce4fb233c6f14520149293b92981b50
boot: Only run global bootmeths once each

Use the methods_done flags to make sure that each global bootmeth is
only used once. For now this has no effect, since they are all processed
at the start.

Signed-off-by: Simon Glass <sjg@chromium.org>
boot/bootflow.c