diff options
| author | Tom Rini <[email protected]> | 2020-04-30 18:05:15 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2020-04-30 18:05:15 -0400 |
| commit | b641dd3ec8dc3f6b18d2fa945ac3ab597063d191 (patch) | |
| tree | 98fe84b2d017589f42da3a410f27c2358fd49ddd /board | |
| parent | 78021b63373de32335bd204471d6cb7c7e18bc52 (diff) | |
| parent | 286bcdb40f11def282117e16401bb85502e426a8 (diff) | |
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-spi
- distro boot support for SPI flash
- sifive spi flash driver
Diffstat (limited to 'board')
| -rw-r--r-- | board/sifive/fu540/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/board/sifive/fu540/Kconfig b/board/sifive/fu540/Kconfig index 5ca21474dee..75661f35f8a 100644 --- a/board/sifive/fu540/Kconfig +++ b/board/sifive/fu540/Kconfig @@ -26,6 +26,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy imply CMD_FS_GENERIC imply CMD_NET imply CMD_PING + imply CMD_SF imply CLK_SIFIVE imply CLK_SIFIVE_FU540_PRCI imply DOS_PARTITION @@ -40,6 +41,8 @@ config BOARD_SPECIFIC_OPTIONS # dummy imply SIFIVE_SERIAL imply SPI imply SPI_SIFIVE + imply SPI_FLASH + imply SPI_FLASH_ISSI imply MMC imply MMC_SPI imply MMC_BROKEN_CD |
