blob: 515e08f3628b3d1e9f3bd7ee082b912c759e05b4 [file] [log] [blame]
if TARGET_NEST_FLINTSTONE
config SYS_CPU
default "armv7"
config SYS_BOARD
default "flintstone"
config SYS_VENDOR
default "nest"
config SYS_SOC
default "mx6"
config SYS_CONFIG_NAME
default "flintstone"
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