blob: 5eee267d91de7e9376a7fc7bd5800ff8f16fbedf [file] [log] [blame]
if TARGET_MESON_G12B
config SYS_CPU
string
default "armv8"
config SYS_BOARD
string
default "kvim3"
config SYS_VENDOR
string
default "khadas"
config SYS_SOC
string
default "g12b"
config SYS_CONFIG_NAME
default "kvim3"
config AUTOBOOT_KEYED
bool "Stop autobooting via specific input key / string"
default n
help
This option enables stopping (aborting) of the automatic
boot feature only by issuing a specific input key or
string. If not enabled, any input key will abort the
U-Boot automatic booting process and bring the device
to the U-Boot prompt for user input.
config AUTOBOOT_STOP_STR
string "Stop autobooting via specific input key / string"
depends on AUTOBOOT_KEYED
help
This option enables stopping (aborting) of the automatic
boot feature only by issuing a specific input key or
string. If CONFIG_AUTOBOOT_STOP_STR or the environment
variable "bootstopkey" is specified and this string is
received from console input before autoboot starts booting,
U-Boot gives a command prompt. The U-Boot prompt never
times out, even if CONFIG_BOOT_RETRY_TIME is used.
config ZIRCON_VERIFIED_BOOT
bool "Perform avb verified boot when booting zircon"
default n
endif