commit | fe4c1e23a7fe89e8e1ca68c63165ac9bcc5ddfac | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Jun 01 10:22:43 2023 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Jul 14 12:54:51 2023 -0400 |
tree | 0fa958eb10919e74fa99919e23cc9e3121b33c15 | |
parent | 722281bf6ea40a6a8f14e4901d34d2b6609ba5ac [diff] |
bootstd: Add a separate log category for expo This feature is different enough from bootstd that it probably deserves its own log category. It cannot use a uclass since it is not a device. Add a new category. Signed-off-by: Simon Glass <sjg@chromium.org>