diff options
author | Jagan Teki <jagan@amarulasolutions.com> | 2020-07-15 15:39:01 +0530 |
---|---|---|
committer | Andes <uboot@andestech.com> | 2020-07-24 14:55:19 +0800 |
commit | 662d518e8a547038494a7e9bf50d58195174a4ef (patch) | |
tree | 6699d548993eab68e50d31bd962f0915e6e53bc5 /board | |
parent | ff7d25e8db8de47dea4c6850b6a3a642a2d8befd (diff) | |
download | u-boot-662d518e8a547038494a7e9bf50d58195174a4ef.zip u-boot-662d518e8a547038494a7e9bf50d58195174a4ef.tar.gz u-boot-662d518e8a547038494a7e9bf50d58195174a4ef.tar.bz2 |
sifive: fu540: Mark the default env as SPI flash
Mark the default U-Boot environment as SPI flash since
this is an on board flash device.
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
Reviewed-by: Bin Meng <bin.meng@windriver.com>
Tested-by: Bin Meng <bin.meng@windriver.com>
Diffstat (limited to 'board')
-rw-r--r-- | board/sifive/fu540/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/sifive/fu540/Kconfig b/board/sifive/fu540/Kconfig index 683668d..4aa1e4c 100644 --- a/board/sifive/fu540/Kconfig +++ b/board/sifive/fu540/Kconfig @@ -27,6 +27,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy def_bool y select SIFIVE_FU540 select SUPPORT_SPL + select ENV_IS_IN_SPI_FLASH select RAM select SPL_RAM if SPL imply CMD_DHCP |