commit | 7ec382a3782720f71f18074cf008783c4fd341f9 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Feb 06 14:23:32 2021 -0700 |
committer | Tom Rini <trini@konsulko.com> | Tue Mar 02 15:53:37 2021 -0500 |
tree | 5fcc0b5522d9c639473b591da43b016ac5b31a47 | |
parent | cac744ecf2d57212420ed211735f2ee4a91f45fb [diff] |
tpm: Don't include cr50 in TPL/SPL At present the security chip is not used in these U-Boot phases. Update the Makefile to exclude it. Fix a few logging statements while we are here. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>