bootctl: Initial experimentation
This provides a basic prototype for boot control. Some documentation is in boot/bootctl/README.rst
This commit is contained in:
10
boot/Kconfig
10
boot/Kconfig
@@ -505,6 +505,16 @@ config BOOT_DEFAULTS
|
||||
of U-Boot to boot various images. Currently much functionality is
|
||||
tied to enabling the command that exercises it.
|
||||
|
||||
config BOOTCTL
|
||||
bool "Support for boot control"
|
||||
depends on BOOTSTD
|
||||
default y
|
||||
help
|
||||
This supports an experimental boot control, providing a way to
|
||||
discover and boot Operating Systems.
|
||||
|
||||
For now, this is experimental.
|
||||
|
||||
menuconfig BOOTSTD
|
||||
bool "Standard boot"
|
||||
default y if BLK
|
||||
|
||||
Reference in New Issue
Block a user