summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2023-05-02 12:52:40 -0400
committerTom Rini <[email protected]>2023-05-02 12:52:40 -0400
commit021e303492ccfdf58425bedb13c1621367cc5cc7 (patch)
treec2dfffab025a7da3f72b076ce8e49f12daf022ea /cmd
parent30f6305e0cdcf59b0247b057f04374818d7c76e6 (diff)
parenta390050b4112a1e4a378a1ffba95bd92c49cf75f (diff)
Merge tag 'tpm-master-02052023' of https://source.denx.de/u-boot/custodians/u-boot-tpm
adjust maintainers
Diffstat (limited to 'cmd')
-rw-r--r--cmd/tpm_test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/tpm_test.c b/cmd/tpm_test.c
index b35eae81dc3..c4ed8e59012 100644
--- a/cmd/tpm_test.c
+++ b/cmd/tpm_test.c
@@ -471,6 +471,7 @@ static int test_write_limit(struct udevice *dev)
break;
case TPM_MAXNVWRITES:
assert(i >= TPM_MAX_NV_WRITES_NOOWNER);
+ break;
default:
pr_err("\tunexpected error code %d (0x%x)\n",
result, result);