]> git.baikalelectronics.ru Git - uboot.git/commit
lib: add crc16.o if CONFIG_MMC_SPI_CRC_ON for SPL build
authorAndreas Schwab <schwab@suse.de>
Tue, 17 Aug 2021 10:51:34 +0000 (12:51 +0200)
committerTom Rini <trini@konsulko.com>
Thu, 2 Sep 2021 14:17:45 +0000 (10:17 -0400)
commit7d9e81911a40d177330ea5dd6503490271c4b479
tree10c6b99f8609b7999357c70fbf33eeb7b4a2470b
parent1c1fe56d2c65c652f4b7d84a3d8bde180dc9df77
lib: add crc16.o if CONFIG_MMC_SPI_CRC_ON for SPL build

CONFIG_MMC_SPI_CRC_ON needs the crc16 functions, but it was not included
in an SPL build.  For non-SPL builds, crc16.o is already added
unconditionally.  This also removes CONFIG_SPL_YMODEM_SUPPORT from the
sifive board configs, which is only relevant for some ARM boards and was
only set for its side effect of adding crc16.o.
configs/sifive_unleashed_defconfig
configs/sifive_unmatched_defconfig
lib/Makefile