diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2019-05-03 14:28:37 -0800 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-05-09 19:52:55 -0400 |
commit | 048a92ea54355756292aa49a4cf88518a98ec37a (patch) | |
tree | a8ee961dc01900fa41096b9473ad0412f248e940 /common | |
parent | dd30961ca10b6cec605881e6350253a80163440c (diff) | |
download | u-boot-048a92ea54355756292aa49a4cf88518a98ec37a.tar.gz u-boot-048a92ea54355756292aa49a4cf88518a98ec37a.tar.bz2 u-boot-048a92ea54355756292aa49a4cf88518a98ec37a.zip |
Fix spelling of available.
Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
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 dd078fe79d..c7cd34449a 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 |