log: Add a category for filesystems
Sometimes it is useful to log things related to filesystems. Add a new
category and place it at the top of one of the FAT files.
Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/fs/fat/fat_write.c b/fs/fat/fat_write.c
index 8ff2f6d..00541eb 100644
--- a/fs/fat/fat_write.c
+++ b/fs/fat/fat_write.c
@@ -5,6 +5,8 @@
* R/W (V)FAT 12/16/32 filesystem implementation by Donggeun Kim
*/
+#define LOG_CATEGORY LOGC_FS
+
#include <common.h>
#include <command.h>
#include <config.h>