aboutsummaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorAKASHI Takahiro <takahiro.akashi@linaro.org>2022-02-09 19:10:34 +0900
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>2022-02-11 20:07:55 +0100
commit9af16cc8f1ad8144db6d70ea65a51e4ef1398397 (patch)
tree1dd44f21a6c1509784040ba32809bdefbc9201f7 /configs
parent9ebfc6ba5b2b136932076c73ec8c14350365a0ac (diff)
downloadu-boot-9af16cc8f1ad8144db6d70ea65a51e4ef1398397.zip
u-boot-9af16cc8f1ad8144db6d70ea65a51e4ef1398397.tar.gz
u-boot-9af16cc8f1ad8144db6d70ea65a51e4ef1398397.tar.bz2
tools: build mkeficapsule with tools-only_defconfig
Add CONFIG_TOOLS_MKEFICAPSULE. Then we want to always build mkeficapsule if tools-only_defconfig is used. Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs')
-rw-r--r--configs/tools-only_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/tools-only_defconfig b/configs/tools-only_defconfig
index 054e008..64eb766 100644
--- a/configs/tools-only_defconfig
+++ b/configs/tools-only_defconfig
@@ -35,3 +35,4 @@ CONFIG_I2C_EDID=y
# CONFIG_VIRTIO_SANDBOX is not set
# CONFIG_GENERATE_ACPI_TABLE is not set
# CONFIG_EFI_LOADER is not set
+CONFIG_TOOLS_MKEFICAPSULE=y