summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2023-12-09 08:42:49 -0500
committerTom Rini <trini@konsulko.com>2023-12-09 08:42:49 -0500
commite54987d6af3bcf20c8270bef16c63f50698d03f4 (patch)
treed5a41fa2e77d72b06ffb7006aac73a0fac810b67 /configs
parentd379150621a5dbe7929b43d184cb51bb8c3ec4cb (diff)
parent3ff2d796a6f251637c3ee71bb7f1e3d6964dafa2 (diff)
downloadu-boot-e54987d6af3bcf20c8270bef16c63f50698d03f4.tar.gz
u-boot-e54987d6af3bcf20c8270bef16c63f50698d03f4.tar.bz2
u-boot-e54987d6af3bcf20c8270bef16c63f50698d03f4.zip
Merge patch series "cmd: bdinfo: Optionally use getopt and implement bdinfo -a"
Clean up our bdinfo command a bit and introduce "bdinfo -a"
Diffstat (limited to 'configs')
-rw-r--r--configs/sandbox64_defconfig1
-rw-r--r--configs/sandbox_defconfig1
2 files changed, 2 insertions, 0 deletions
diff --git a/configs/sandbox64_defconfig b/configs/sandbox64_defconfig
index e3f7f11a21..a29100ed50 100644
--- a/configs/sandbox64_defconfig
+++ b/configs/sandbox64_defconfig
@@ -270,6 +270,7 @@ CONFIG_CMD_DHRYSTONE=y
CONFIG_TPM=y
CONFIG_LZ4=y
CONFIG_ERRNO_STR=y
+CONFIG_GETOPT=y
CONFIG_EFI_RUNTIME_UPDATE_CAPSULE=y
CONFIG_EFI_CAPSULE_ON_DISK=y
CONFIG_EFI_CAPSULE_FIRMWARE_RAW=y
diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig
index 45034e7e40..af3e7d85be 100644
--- a/configs/sandbox_defconfig
+++ b/configs/sandbox_defconfig
@@ -348,6 +348,7 @@ CONFIG_ECDSA=y
CONFIG_ECDSA_VERIFY=y
CONFIG_TPM=y
CONFIG_ERRNO_STR=y
+CONFIG_GETOPT=y
CONFIG_EFI_RUNTIME_UPDATE_CAPSULE=y
CONFIG_EFI_CAPSULE_ON_DISK=y
CONFIG_EFI_CAPSULE_FIRMWARE_RAW=y