diff options
Diffstat (limited to 'kexec/kexec-sha256.h')
-rw-r--r-- | kexec/kexec-sha256.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kexec/kexec-sha256.h b/kexec/kexec-sha256.h index e0ebfe4..d414ec5 100644 --- a/kexec/kexec-sha256.h +++ b/kexec/kexec-sha256.h @@ -6,6 +6,6 @@ struct sha256_region { unsigned long len; }; -#define SHA256_REGIONS 8 +#define SHA256_REGIONS 16 #endif /* KEXEC_SHA256_H */ |