diff options
| author | Vagrant Cascadian <[email protected]> | 2019-05-03 14:28:37 -0800 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2019-05-09 19:52:55 -0400 |
| commit | 048a92ea54355756292aa49a4cf88518a98ec37a (patch) | |
| tree | a8ee961dc01900fa41096b9473ad0412f248e940 /common | |
| parent | dd30961ca10b6cec605881e6350253a80163440c (diff) | |
Fix spelling of available.
Signed-off-by: Vagrant Cascadian <[email protected]>
Diffstat (limited to 'common')
| -rw-r--r-- | common/spl/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/spl/Kconfig b/common/spl/Kconfig index dd078fe79d1..c7cd34449a5 100644 --- a/common/spl/Kconfig +++ b/common/spl/Kconfig @@ -282,7 +282,7 @@ config SPL_SHA1_SUPPORT checksum is a 160-bit (20-byte) hash value used to check that the image contents have not been corrupted or maliciously altered. While SHA1 is fairly secure it is coming to the end of its life - due to the expanding computing power avaiable to brute-force + due to the expanding computing power available to brute-force attacks. For more security, consider SHA256. config SPL_SHA256_SUPPORT |
