commit | 1f23e41b0915f58447a3256447ed8e8313b8263e | [log] [tgz] |
---|---|---|
author | Andreas Schwab <schwab@suse.de> | Tue Aug 17 12:51:34 2021 +0200 |
committer | Tom Rini <trini@konsulko.com> | Thu Sep 02 10:17:45 2021 -0400 |
tree | 10c6b99f8609b7999357c70fbf33eeb7b4a2470b | |
parent | 4a5451cc1b73c9d75f9cc835a360223545f9998a [diff] |
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.