pci: fsl: Change compatible string for mpc8548 to "fsl, mpc8548-pcie"
[platform/kernel/u-boot.git] / common / log.c
index f7e0c0f..7254aa7 100644 (file)
@@ -28,6 +28,7 @@ static const char *const log_cat_name[] = {
        "devres",
        "acpi",
        "boot",
+       "event",
 };
 
 _Static_assert(ARRAY_SIZE(log_cat_name) == LOGC_COUNT - LOGC_NONE,