dm: define LOG_CATEGORY for all uclass
[platform/kernel/u-boot.git] / drivers / cpu / cpu-uclass.c
index 1c338ba..a5cda6a 100644 (file)
@@ -4,6 +4,8 @@
  * Written by Simon Glass <sjg@chromium.org>
  */
 
+#define LOG_CATEGORY UCLASS_CPU
+
 #include <common.h>
 #include <cpu.h>
 #include <dm.h>