summaryrefslogtreecommitdiff
path: root/boot/expo.c
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2023-06-01 19:22:43 +0300
committerTom Rini <trini@konsulko.com>2023-07-14 19:54:51 +0300
commitc98cb512521e5e035774c49ab9a855cbb6b13813 (patch)
tree0fa958eb10919e74fa99919e23cc9e3121b33c15 /boot/expo.c
parenta8f2ac2ae6f15b675a55bcf3a20181f3bb223562 (diff)
downloadu-boot-c98cb512521e5e035774c49ab9a855cbb6b13813.tar.xz
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>
Diffstat (limited to 'boot/expo.c')
-rw-r--r--boot/expo.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/boot/expo.c b/boot/expo.c
index e7c81a3983..8b966b6c79 100644
--- a/boot/expo.c
+++ b/boot/expo.c
@@ -6,6 +6,8 @@
* Written by Simon Glass <sjg@chromium.org>
*/
+#define LOG_CATEGORY LOGC_EXPO
+
#include <common.h>
#include <dm.h>
#include <expo.h>