Re: [PATCH v9 04/18] lib: Makefile: build crc7.c when CONFIG_MMC_SPI

2020-05-17 Thread Bin Meng
On Sun, May 17, 2020 at 10:28 PM Heinrich Schuchardt wrote: > > Am May 17, 2020 12:02:30 PM UTC schrieb Bin Meng : > >On Wed, May 13, 2020 at 2:27 PM Pragnesh Patel > > wrote: > >> > >> When build U-Boot SPL, meet an issue of undefined reference to > >> 'crc7' for drivers/mmc/mmc_spi.c, so let's c

Re: [PATCH v9 04/18] lib: Makefile: build crc7.c when CONFIG_MMC_SPI

2020-05-17 Thread Heinrich Schuchardt
Am May 17, 2020 12:02:30 PM UTC schrieb Bin Meng : >On Wed, May 13, 2020 at 2:27 PM Pragnesh Patel > wrote: >> >> When build U-Boot SPL, meet an issue of undefined reference to >> 'crc7' for drivers/mmc/mmc_spi.c, so let's compile crc7.c when >> CONFIG_MMC_SPI selected. >> >> Signed-off-by: Pragnes

Re: [PATCH v9 04/18] lib: Makefile: build crc7.c when CONFIG_MMC_SPI

2020-05-17 Thread Bin Meng
On Wed, May 13, 2020 at 2:27 PM Pragnesh Patel wrote: > > When build U-Boot SPL, meet an issue of undefined reference to > 'crc7' for drivers/mmc/mmc_spi.c, so let's compile crc7.c when > CONFIG_MMC_SPI selected. > > Signed-off-by: Pragnesh Patel > --- > lib/Makefile | 2 +- > 1 file changed, 1

Re: [PATCH v9 04/18] lib: Makefile: build crc7.c when CONFIG_MMC_SPI

2020-05-13 Thread Heinrich Schuchardt
On 13.05.20 08:26, Pragnesh Patel wrote: > When build U-Boot SPL, meet an issue of undefined reference to > 'crc7' for drivers/mmc/mmc_spi.c, so let's compile crc7.c when > CONFIG_MMC_SPI selected. > > Signed-off-by: Pragnesh Patel Reviewed-by: Heinrich Schuchardt > --- > lib/Makefile | 2 +- >