summaryrefslogtreecommitdiff
path: root/src/security
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2021-01-31 17:57:00 +0100
committerPatrick Georgi <pgeorgi@google.com>2021-02-03 08:56:35 +0000
commit0322bc5ed858c65f7d42340d9af144d4838151d4 (patch)
treebc2717232e30ab9856aab70bcdfb3a8fa20d7dd4 /src/security
parenta684d677fbf3bea50ebb9757f48b0f21a04dbcde (diff)
downloadcoreboot-0322bc5ed858c65f7d42340d9af144d4838151d4.tar.xz
src: Remove unused <cbmem.h>
Change-Id: I2279e2d7e6255a88953b2485c1f1a3b51a72c65e Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/50182 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/security')
-rw-r--r--src/security/vboot/vboot_loader.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/security/vboot/vboot_loader.c b/src/security/vboot/vboot_loader.c
index 56a0664328..234ae8f4ad 100644
--- a/src/security/vboot/vboot_loader.c
+++ b/src/security/vboot/vboot_loader.c
@@ -2,7 +2,6 @@
#include <boot_device.h>
#include <cbfs.h>
-#include <cbmem.h>
#include <commonlib/bsd/cbfs_private.h>
#include <console/console.h>
#include <ec/google/chromeec/ec.h>