* CONFIG: btrfs requires sha256
@ 2020-11-13 22:53 Ferry Toth
0 siblings, 0 replies; only message in thread
From: Ferry Toth @ 2020-11-13 22:53 UTC (permalink / raw)
To: u-boot
In v2021.01-rc2 enabling CONFIG_FS_BTRFS=y produces:
x86_64-poky-linux-ld.bfd: fs/built-in.o: in function `hash_sha256':
u-boot/1_2021.01-rc2-r0/git/fs/btrfs/crypto/hash.c:25: undefined
reference to `sha256_starts'
x86_64-poky-linux-ld.bfd:
u-boot/1_2021.01-rc2-r0/git/fs/btrfs/crypto/hash.c:26: undefined
reference to `sha256_update'
x86_64-poky-linux-ld.bfd:
u-boot/1_2021.01-rc2-r0/git/fs/btrfs/crypto/hash.c:27: undefined
reference to `sha256_finish'
Enabling CONFIG_SHA256=y resolves this, however it is not a dependency.
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2020-11-13 22:53 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-13 22:53 CONFIG: btrfs requires sha256 Ferry Toth
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.