Skip to content

Commit

Permalink
bootloader_support: fix fix spi flash clock config error
Browse files Browse the repository at this point in the history
Relates to: #5099
  • Loading branch information
ginkgm authored and espressif-bot committed Oct 28, 2020
1 parent c97d4cd commit c245db5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ void IRAM_ATTR bootloader_flash_clock_config(const esp_image_header_t* pfhdr)
break;
}
esp_rom_spiflash_config_clk(spi_clk_div, 0);
esp_rom_spiflash_config_clk(spi_clk_div, 1);
}

void IRAM_ATTR bootloader_flash_set_dummy_out(void)
Expand Down

0 comments on commit c245db5

Please sign in to comment.