[PATCH 2/2] riscv: Enable SPI flash env for SiFive Unmatched.

2021-09-27 Thread Thomas Skibo
Enable saving environment to SPI flash memory on SiFive Unmatched. Signed-off-by: Thomas Skibo --- arch/riscv/cpu/fu740/Kconfig | 13 + board/sifive/unmatched/Kconfig | 1 + 2 files changed, 14 insertions(+) diff --git a/arch/riscv/cpu/fu740/Kconfig b/arch/riscv/cpu/fu740/Kconfig

Re: [PATCH 2/2] riscv: Enable SPI flash env for SiFive Unmatched.

2021-11-08 Thread Leo Liang
On Mon, Sep 27, 2021 at 12:59:38PM -0700, Thomas Skibo wrote: > Enable saving environment to SPI flash memory on SiFive > Unmatched. > > Signed-off-by: Thomas Skibo > --- > arch/riscv/cpu/fu740/Kconfig | 13 + > board/sifive/unmatched/Kconfig | 1 + > 2 files changed, 14 insertion