diff options
Diffstat (limited to 'boot/scene.c')
-rw-r--r-- | boot/scene.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/boot/scene.c b/boot/scene.c index 1383be20321..43c978e6ee8 100644 --- a/boot/scene.c +++ b/boot/scene.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> |