From c98cb512521e5e035774c49ab9a855cbb6b13813 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Thu, 1 Jun 2023 10:22:43 -0600 Subject: 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 --- boot/expo.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'boot/expo.c') diff --git a/boot/expo.c b/boot/expo.c index e7c81a3983d..8b966b6c793 100644 --- a/boot/expo.c +++ b/boot/expo.c @@ -6,6 +6,8 @@ * Written by Simon Glass */ +#define LOG_CATEGORY LOGC_EXPO + #include #include #include -- cgit v1.2.3