summaryrefslogtreecommitdiff
path: root/board/sifive
diff options
context:
space:
mode:
authorThomas Skibo <thomas-git@skibo.net>2021-11-24 14:32:10 -0800
committerLeo Yu-Chi Liang <ycliang@andestech.com>2021-12-02 16:43:56 +0800
commitc0ffc12a701621dc72dfc896965cbfe5b0dbf9b4 (patch)
treeb4b8a02fe35bce92287cd280456611df10b43d27 /board/sifive
parent6a863894ad53b2d0e6c6d47ad105850053757fec (diff)
riscv: Enable SPI flash env for SiFive Unmatched.
Enable saving environment to SPI flash memory on SiFive Unmatched. Signed-off-by: Thomas Skibo <thomas-git@skibo.net> Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>
Diffstat (limited to 'board/sifive')
-rw-r--r--board/sifive/unmatched/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/sifive/unmatched/Kconfig b/board/sifive/unmatched/Kconfig
index fb2c1fbb58..fe213fd504 100644
--- a/board/sifive/unmatched/Kconfig
+++ b/board/sifive/unmatched/Kconfig
@@ -26,6 +26,7 @@ config SPL_OPENSBI_LOAD_ADDR
config BOARD_SPECIFIC_OPTIONS # dummy
def_bool y
select SIFIVE_FU740
+ select ENV_IS_IN_SPI_FLASH
select SUPPORT_SPL
select RESET_SIFIVE
select BINMAN