summaryrefslogtreecommitdiff
path: root/include/log.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2018-10-01 20:55:13 +0300
committerSimon Glass <sjg@chromium.org>2018-10-09 13:40:27 +0300
commitc3aed5db591ee38068dc2b6d73b04638bd7b7b26 (patch)
tree274262cc76939a3ec3b5e1f7e12d599f1328c9eb /include/log.h
parent1c5a81d8036966875dd96c5700f8c9a7121c237d (diff)
downloadu-boot-c3aed5db591ee38068dc2b6d73b04638bd7b7b26.tar.xz
sandbox: spi: Add more logging
Add logging to aid debugging features in these drivers. Also drop some code in sandbox_spi_xfer() which is not used. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/log.h')
-rw-r--r--include/log.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/log.h b/include/log.h
index 1d936ec952..2e134f13b0 100644
--- a/include/log.h
+++ b/include/log.h
@@ -46,6 +46,7 @@ enum log_category_t {
LOGC_DM, /* Core driver-model */
LOGC_DT, /* Device-tree */
LOGC_EFI, /* EFI implementation */
+ LOGC_ALLOC, /* Memory allocation */
LOGC_COUNT,
LOGC_END,