diff options
-rw-r--r-- | MAINTAINERS | 2 | ||||
-rw-r--r-- | cmd/tpm_test.c | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index f752132a1fc..706b831571e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1504,7 +1504,9 @@ TPM DRIVERS M: Ilias Apalodimas <ilias.apalodimas@linaro.org> S: Maintained T: git https://source.denx.de/u-boot/custodians/u-boot-tpm.git +F: cmd/tpm* F: drivers/tpm/ +F: include/tpm* TQ GROUP #M: Martin Krause <martin.krause@tq-systems.de> 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); |