diff options
author | Thomas Skibo | 2021-11-24 14:32:10 -0800 |
---|---|---|
committer | Leo Yu-Chi Liang | 2021-12-02 16:43:56 +0800 |
commit | c0ffc12a701621dc72dfc896965cbfe5b0dbf9b4 (patch) | |
tree | b4b8a02fe35bce92287cd280456611df10b43d27 /board/sifive | |
parent | 6a863894ad53b2d0e6c6d47ad105850053757fec (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/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/sifive/unmatched/Kconfig b/board/sifive/unmatched/Kconfig index fb2c1fbb58a..fe213fd5047 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 |