Add flashtool to all coreboot-based boards

This commit is contained in:
Francis Lam 2018-04-21 18:29:52 -07:00
parent 1cbae3cc12
commit 789c2db70d
No known key found for this signature in database
GPG Key ID: 0A59C698920806EB
2 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,7 @@ CONFIG_LINUX_CONFIG=config/linux-kgpe-d16.config
CONFIG_CRYPTSETUP=y
CONFIG_FLASHROM=y
CONFIG_FLASHTOOLS=y
CONFIG_GPG=y
CONFIG_KEXEC=y
CONFIG_UTIL_LINUX=y

View File

@ -5,6 +5,7 @@ CONFIG_COREBOOT_CONFIG=config/coreboot-librem13v2.config
export CONFIG_COREBOOT=y
CONFIG_CRYPTSETUP=y
CONFIG_FLASHROM=y
CONFIG_FLASHTOOLS=y
CONFIG_GPG=y
CONFIG_KEXEC=y
CONFIG_UTIL_LINUX=y