From c3aed5db591ee38068dc2b6d73b04638bd7b7b26 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Mon, 1 Oct 2018 11:55:13 -0600 Subject: 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 --- include/log.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/log.h') 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, -- cgit v1.2.3