mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-22 15:58:40 +00:00
When adding hashes support to sun8i-ss, I have added them only on A83T.
But I forgot that 0 is a valid algorithm ID, so hashes are enabled on A80 but
with an incorrect ID.
Anyway, even with correct IDs, hashes do not work on A80 and I cannot
find why.
So let's disable all of them on A80.
Fixes:
|
||
|---|---|---|
| .. | ||
| Makefile | ||
| sun8i-ss-cipher.c | ||
| sun8i-ss-core.c | ||
| sun8i-ss-hash.c | ||
| sun8i-ss-prng.c | ||
| sun8i-ss.h | ||