blob: 2ade57bc5188bb0f1add0258d9c51389fa245188 [file] [log] [blame]
if TARGET_MOONSTONE
config SYS_BOARD
default "moonstone"
config SYS_VENDOR
default "nest"
config SYS_SOC
default "mx6"
config SYS_CONFIG_NAME
default "moonstone"
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