aboutsummaryrefslogtreecommitdiff
path: root/src/lib/cbfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/cbfs.c')
-rw-r--r--src/lib/cbfs.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/lib/cbfs.c b/src/lib/cbfs.c
index 9938e6abbe..ca1fc8477e 100644
--- a/src/lib/cbfs.c
+++ b/src/lib/cbfs.c
@@ -321,6 +321,11 @@ extern const struct cbfs_locator vboot_locator;
static const struct cbfs_locator *locators[] = {
#if IS_ENABLED(CONFIG_VBOOT)
+ /*
+ * NOTE: Does not link in SMM, as the vboot_locator isn't compiled.
+ * ATM there's no need for VBOOT functionality in SMM and it's not
+ * a problem.
+ */
&vboot_locator,
#endif
&cbfs_master_header_locator,