Merge tag 'u-boot-stm32-20211012' of https://source.denx.de/u-boot/custodians/u-boot-stm
[platform/kernel/u-boot.git] / drivers / axi / axi-uclass.c
index af8acd9..41551ae 100644 (file)
@@ -4,6 +4,8 @@
  * Mario Six,  Guntermann & Drunck GmbH, mario.six@gdsys.cc
  */
 
+#define LOG_CATEGORY UCLASS_AXI
+
 #include <common.h>
 #include <dm.h>
 #include <axi.h>
@@ -36,4 +38,3 @@ UCLASS_DRIVER(axi) = {
        .post_bind      = dm_scan_fdt_dev,
        .flags          = DM_UC_FLAG_SEQ_ALIAS,
 };
-