diff options
author | Tom Rini | 2023-12-09 08:42:49 -0500 |
---|---|---|
committer | Tom Rini | 2023-12-09 08:42:49 -0500 |
commit | e54987d6af3bcf20c8270bef16c63f50698d03f4 (patch) | |
tree | d5a41fa2e77d72b06ffb7006aac73a0fac810b67 /configs/sandbox64_defconfig | |
parent | d379150621a5dbe7929b43d184cb51bb8c3ec4cb (diff) | |
parent | 3ff2d796a6f251637c3ee71bb7f1e3d6964dafa2 (diff) |
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/sandbox64_defconfig')
-rw-r--r-- | configs/sandbox64_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/sandbox64_defconfig b/configs/sandbox64_defconfig index e3f7f11a214..a29100ed506 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 |