blob: 03a0b83f68294d4710856c8871cb37c9c9d2d817 [file] [log] [blame]
if TARGET_ONYX
config SYS_BOARD
default "onyx"
config SYS_VENDOR
default "nest"
config SYS_SOC
default "mx6"
config SYS_CONFIG_NAME
default "onyx"
config REQUIRE_UNLOCK_TOKEN_PREFIX
bool "Require unlock tokens to have a prefix"
config UNLOCK_TOKEN_PREFIX
string "Bootloader unlock token prefix"
depends on REQUIRE_UNLOCK_TOKEN_PREFIX
help
If defined, the bootloader will require all bootloader unlock
tokens to be prepended with this string.
endif