diff options
| author | Andreas Schwab <[email protected]> | 2021-08-17 12:51:34 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2021-09-02 10:17:45 -0400 |
| commit | c8291f53b0523cf1af24dae8a41720fa7e7d035a (patch) | |
| tree | 10c6b99f8609b7999357c70fbf33eeb7b4a2470b /configs/sifive_unleashed_defconfig | |
| parent | d9d8849183a11814d0b5675de922209b26b713db (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.
Diffstat (limited to 'configs/sifive_unleashed_defconfig')
| -rw-r--r-- | configs/sifive_unleashed_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/sifive_unleashed_defconfig b/configs/sifive_unleashed_defconfig index cf501012815..be947be9a0a 100644 --- a/configs/sifive_unleashed_defconfig +++ b/configs/sifive_unleashed_defconfig @@ -24,7 +24,6 @@ CONFIG_SPL_SEPARATE_BSS=y CONFIG_SPL_DM_SPI_FLASH=y CONFIG_SPL_DM_RESET=y CONFIG_SPL_SPI_LOAD=y -CONFIG_SPL_YMODEM_SUPPORT=y CONFIG_SYS_RELOC_GD_ENV_ADDR=y CONFIG_SPL_DM_SEQ_ALIAS=y CONFIG_SPL_CLK=y |
