diff options
author | Tom Rini <trini@konsulko.com> | 2019-07-19 10:11:45 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-07-19 10:11:45 -0400 |
commit | cfe987ea844783598a863ce9e22c8b874661bb48 (patch) | |
tree | 90ba21bbdc69e77634fa176112838ae919fb24d3 /configs/sifive_fu540_defconfig | |
parent | 62a09f45ab824c5fdebf0217c774bededf223232 (diff) | |
parent | 8911a22aee1e2a176af93ebf502477f2df2fc912 (diff) |
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-riscv
- Update SiFive Unleashed clock driver.
- Enables SiFive SPI driver and MMC SPI driver for SiFive Unleashed
board
Diffstat (limited to 'configs/sifive_fu540_defconfig')
-rw-r--r-- | configs/sifive_fu540_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/sifive_fu540_defconfig b/configs/sifive_fu540_defconfig index f78412398e..f19203745e 100644 --- a/configs/sifive_fu540_defconfig +++ b/configs/sifive_fu540_defconfig @@ -7,4 +7,5 @@ CONFIG_DISTRO_DEFAULTS=y CONFIG_FIT=y CONFIG_DISPLAY_CPUINFO=y CONFIG_DISPLAY_BOARDINFO=y +CONFIG_MISC_INIT_R=y CONFIG_OF_PRIOR_STAGE=y |