commonlib/cbfs.c: Remove unused macro
Change-Id: I330de4357fa48ee3d76a97a682b389ef42e7a135 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/39410 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
parent
04e0712f46
commit
0965044c99
@ -18,9 +18,6 @@
|
|||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <vb2_sha.h>
|
#include <vb2_sha.h>
|
||||||
|
|
||||||
#if !defined(ERROR)
|
|
||||||
#define ERROR(x...) printk(BIOS_ERR, "CBFS: " x)
|
|
||||||
#endif
|
|
||||||
#if !defined(LOG)
|
#if !defined(LOG)
|
||||||
#define LOG(x...) printk(BIOS_INFO, "CBFS: " x)
|
#define LOG(x...) printk(BIOS_INFO, "CBFS: " x)
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user