aboutsummaryrefslogtreecommitdiff
path: root/stand/ficl.mk
diff options
context:
space:
mode:
Diffstat (limited to 'stand/ficl.mk')
-rw-r--r--stand/ficl.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/stand/ficl.mk b/stand/ficl.mk
index 0f96532cc65b..caa4aab951c3 100644
--- a/stand/ficl.mk
+++ b/stand/ficl.mk
@@ -15,7 +15,7 @@ CFLAGS+= -fPIC
.endif
CFLAGS+= -I${FICLSRC} -I${FICLSRC}/${FICL_CPUARCH} -I${LDRSRC}
-CFLAGS+= -DBF_DICTSIZE=15000
+CFLAGS+= -DBF_DICTSIZE=30000
.if ${MK_LOADER_VERIEXEC} != "no"
CFLAGS+= -DLOADER_VERIEXEC -I${SRCTOP}/lib/libsecureboot/h