summaryrefslogtreecommitdiff
path: root/boot/Kconfig
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2022-04-25 08:31:20 +0300
committerTom Rini <trini@konsulko.com>2022-04-25 17:00:04 +0300
commit126947b77321418127274f3102e7988225a780b7 (patch)
tree41b49e702f5c38c3b7f48b5dd1982f9d4d9c7836 /boot/Kconfig
parent0b41525e8f5453220e8c78a763a5879e73e6b825 (diff)
downloadu-boot-126947b77321418127274f3102e7988225a780b7.tar.xz
bootstd: Add a sandbox bootmeth driver
Add a bootmeth driver for sandbox, used for testing. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'boot/Kconfig')
-rw-r--r--boot/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/boot/Kconfig b/boot/Kconfig
index 0bfea2791d..373871c49a 100644
--- a/boot/Kconfig
+++ b/boot/Kconfig
@@ -370,6 +370,13 @@ config BOOTMETH_EFILOADER
This provides a way to try out standard boot on an existing boot flow.
+config BOOTMETH_SANDBOX
+ def_bool y
+ depends on SANDBOX
+ help
+ This is a sandbox bootmeth driver used for testing. It always returns
+ -ENOTSUPP when attempting to boot.
+
endif
config LEGACY_IMAGE_FORMAT