Kyösti Mälkki has submitted this change. ( https://review.coreboot.org/c/coreboot/+/50526 )
Change subject: src/security: Remove unused <console/console.h> ......................................................................
src/security: Remove unused <console/console.h>
Change-Id: I2b81a57ded80ef9c5cbdff06d8ca9d6b4f599777 Signed-off-by: Elyes HAOUAS ehaouas@noos.fr Reviewed-on: https://review.coreboot.org/c/coreboot/+/50526 Reviewed-by: Kyösti Mälkki kyosti.malkki@gmail.com Tested-by: build bot (Jenkins) no-reply@coreboot.org --- M src/security/vboot/common.c 1 file changed, 0 insertions(+), 1 deletion(-)
Approvals: build bot (Jenkins): Verified Kyösti Mälkki: Looks good to me, approved
diff --git a/src/security/vboot/common.c b/src/security/vboot/common.c index 0121f56..f3e2e4b 100644 --- a/src/security/vboot/common.c +++ b/src/security/vboot/common.c @@ -2,7 +2,6 @@
#include <assert.h> #include <cbmem.h> -#include <console/console.h> #include <fmap.h> #include <vb2_api.h> #include <security/vboot/misc.h>