summaryrefslogtreecommitdiffstats
path: root/sys/boot/geli/geliboot.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/boot/geli/geliboot.h')
-rw-r--r--sys/boot/geli/geliboot.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/boot/geli/geliboot.h b/sys/boot/geli/geliboot.h
index 36bebcc..61e64f1 100644
--- a/sys/boot/geli/geliboot.h
+++ b/sys/boot/geli/geliboot.h
@@ -55,6 +55,9 @@
#ifndef DEV_BSIZE
#define DEV_BSIZE 512
#endif
+#ifndef DEV_GELIBOOT_BSIZE
+#define DEV_GELIBOOT_BSIZE 4096
+#endif
#ifndef MIN
#define MIN(a,b) (((a) < (b)) ? (a) : (b))
OpenPOWER on IntegriCloud