HAOUAS Elyes has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/41781 )
Change subject: src/lib/cbfs: Remove unused macro ......................................................................
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) {
Aaron Durbin has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/41781 )
Change subject: src/lib/cbfs: Remove unused macro ......................................................................
Patch Set 1: Code-Review+2
Paul Menzel has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/41781 )
Change subject: src/lib/cbfs: Remove unused macro ......................................................................
Patch Set 1:
Duplicate of Iae6056c53f668be3326ac6d71e4829d7b493b7e2, but I’ll abandon my change-set.
HAOUAS Elyes has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/41781 )
Change subject: src/lib/cbfs: Remove unused macro ......................................................................
Patch Set 1:
Patch Set 1:
Duplicate of Iae6056c53f668be3326ac6d71e4829d7b493b7e2, but I’ll abandon my change-set.
Oops, Sorry Paul
Hello build bot (Jenkins), Aaron Durbin,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/41781
to look at the new patch set (#2).
Change subject: src/lib/cbfs: Remove unused macro ......................................................................
src/lib/cbfs: Remove unused macro
Found-by: gcc using -Wunused-macros warning option 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/2
Julius Werner has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/41781 )
Change subject: src/lib/cbfs: Remove unused macro ......................................................................
Patch Set 2:
Would you mind not doing no-op cleanups in this code while it's being rewritten anyway (CB:38422)? It just ends up causing more rebase churn for me.
HAOUAS Elyes has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/41781 )
Change subject: src/lib/cbfs: Remove unused macro ......................................................................
Patch Set 2:
Patch Set 2:
Would you mind not doing no-op cleanups in this code while it's being rewritten anyway (CB:38422)? It just ends up causing more rebase churn for me.
sure
HAOUAS Elyes has abandoned this change. ( https://review.coreboot.org/c/coreboot/+/41781 )
Change subject: src/lib/cbfs: Remove unused macro ......................................................................
Abandoned
see https://review.coreboot.org/c/coreboot/+/38422/
HAOUAS Elyes has restored this change. ( https://review.coreboot.org/c/coreboot/+/41781 )
Change subject: src/lib/cbfs: Remove unused macro ......................................................................
Restored
Angel Pons has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/41781 )
Change subject: src/lib/cbfs: Remove unused macro ......................................................................
Patch Set 2:
(1 comment)
https://review.coreboot.org/c/coreboot/+/41781/2//COMMIT_MSG Commit Message:
https://review.coreboot.org/c/coreboot/+/41781/2//COMMIT_MSG@9 PS2, Line 9: Found-by: gcc using -Wunused-macros warning option Are you going to delete chipset register definitions as well just because they are unused?
HAOUAS Elyes has abandoned this change. ( https://review.coreboot.org/c/coreboot/+/41781 )
Change subject: src/lib/cbfs: Remove unused macro ......................................................................
Abandoned
See 38422