feat: Add phy reg default when boot

This commit is contained in:
Wu Jian Gang
2018-12-29 14:17:28 +08:00
parent dd7e8a5db0
commit 12ec433d9a
4 changed files with 5 additions and 2 deletions

View File

@ -629,6 +629,9 @@ static esp_err_t bootloader_main()
fhdr.spi_mode = CONFIG_SPI_FLASH_MODE;
#endif
extern void phy_reg_default(void);
phy_reg_default();
update_flash_config(&fhdr);
print_flash_info(&fhdr);