dm: define LOG_CATEGORY for all uclass
[platform/kernel/u-boot.git] / drivers / cache / cache-uclass.c
index 3b20a10..0c13dbd 100644 (file)
@@ -3,6 +3,8 @@
  * Copyright (C) 2019 Intel Corporation <www.intel.com>
  */
 
+#define LOG_CATEGORY UCLASS_CACHE
+
 #include <common.h>
 #include <cache.h>
 #include <dm.h>