HAOUAS Elyes has uploaded this change for review.

View Change

src/lib/cbfs: Remove unused macro

Change-Id: I1efdb6355bec6f680e0fb1a4f4e19db93b3739a2
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
---
M src/lib/cbfs.c
1 file changed, 0 insertions(+), 5 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/81/41781/1
diff --git a/src/lib/cbfs.c b/src/lib/cbfs.c
index a3294de..92a6fed 100644
--- a/src/lib/cbfs.c
+++ b/src/lib/cbfs.c
@@ -17,11 +17,6 @@

#define ERROR(x...) printk(BIOS_ERR, "CBFS: " x)
#define LOG(x...) printk(BIOS_INFO, "CBFS: " x)
-#if CONFIG(DEBUG_CBFS)
-#define DEBUG(x...) printk(BIOS_SPEW, "CBFS: " x)
-#else
-#define DEBUG(x...)
-#endif

int cbfs_boot_locate(struct cbfsf *fh, const char *name, uint32_t *type)
{

To view, visit change 41781. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I1efdb6355bec6f680e0fb1a4f4e19db93b3739a2
Gerrit-Change-Number: 41781
Gerrit-PatchSet: 1
Gerrit-Owner: HAOUAS Elyes <ehaouas@noos.fr>
Gerrit-MessageType: newchange