From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferry Toth Date: Fri, 13 Nov 2020 23:53:26 +0100 Subject: CONFIG: btrfs requires sha256 Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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.