the following patch was just integrated into master: commit 37f8c3af0e8a7527eacac4646ef19239413b3328 Author: Dave Frodin dave.frodin@se-eng.com Date: Mon May 6 15:51:39 2013 -0600
cbfs_core.c: make cfbs searches even less verbose
The cbfs core code would print out the name of the file it is searching for and when it is found would print out the name again. This contributes to a lot of unnecessary messages in a functioning payload’s output. Change this message to a DEBUG one so that it will only be printed when CONFIG_DEBUG_CBFS is enabled.
Change-Id: Ib238ff174bedba8eaaad8d1d452721fcac339b1a Signed-off-by: Dave Frodin dave.frodin@se-eng.com Reviewed-on: http://review.coreboot.org/3208 Reviewed-by: Paul Menzel paulepanter@users.sourceforge.net Reviewed-by: Bruce Griffith Bruce.Griffith@se-eng.com Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer stefan.reinauer@coreboot.org
See http://review.coreboot.org/3208 for details.
-gerrit