Re: [PATCH] lib: add crc16.o if CONFIG_MMC_SPI_CRC_ON for SPL build

2021-09-02 Thread Tom Rini
On Fri, Sep 03, 2021 at 08:52:18AM +0800, Bin Meng wrote: > On Fri, Sep 3, 2021 at 6:42 AM Tom Rini wrote: > > > > On Tue, Aug 17, 2021 at 12:51:34PM +0200, Andreas Schwab wrote: > > > > > CONFIG_MMC_SPI_CRC_ON needs the crc16 functions, but it was not included > > > in an SPL build. For non-SPL

Re: [PATCH] lib: add crc16.o if CONFIG_MMC_SPI_CRC_ON for SPL build

2021-09-02 Thread Bin Meng
On Fri, Sep 3, 2021 at 6:42 AM Tom Rini wrote: > > On Tue, Aug 17, 2021 at 12:51:34PM +0200, Andreas Schwab wrote: > > > 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

Re: [PATCH] lib: add crc16.o if CONFIG_MMC_SPI_CRC_ON for SPL build

2021-09-02 Thread Tom Rini
On Tue, Aug 17, 2021 at 12:51:34PM +0200, Andreas Schwab wrote: > 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

[PATCH] lib: add crc16.o if CONFIG_MMC_SPI_CRC_ON for SPL build

2021-08-17 Thread Andreas Schwab
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

[PATCH] lib: add crc16.o if CONFIG_MMC_SPI_CRC_ON for SPL build

2021-08-09 Thread Andreas Schwab
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