spi_flash: reduce speed to 400K

Signed-off-by:  Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
Eric Callahan
2022-04-23 06:55:10 -04:00
committed by KevinOConnor
parent ccae1e3ec8
commit dc28257a75

View File

@@ -95,7 +95,7 @@ def check_need_convert(board_name, config):
SPI_OID = 0
SPI_MODE = 0
SD_SPI_SPEED = 4000000
SD_SPI_SPEED = 400000
# MCU Command Constants
RESET_CMD = "reset"
GET_CFG_CMD = "get_config"