]> Git Repo - J-u-boot.git/commitdiff
sifive: fu540: Mark the default env as SPI flash
authorJagan Teki <[email protected]>
Wed, 15 Jul 2020 10:09:01 +0000 (15:39 +0530)
committerAndes <[email protected]>
Fri, 24 Jul 2020 06:55:19 +0000 (14:55 +0800)
Mark the default U-Boot environment as SPI flash since
this is an on board flash device.

Reviewed-by: Bin Meng <[email protected]>
Signed-off-by: Jagan Teki <[email protected]>
Reviewed-by: Bin Meng <[email protected]>
Tested-by: Bin Meng <[email protected]>
board/sifive/fu540/Kconfig

index 683668d0599c76fe9ae9a04e4394527f8ee91c86..4aa1e4c19d928698f9b4f5b686b7974a1d582139 100644 (file)
@@ -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
This page took 0.034715 seconds and 4 git commands to generate.