Remove "disable ROM BASIC boot mode" from ESP32-S2

Feature removed from ESP32-S2 ROM (was present in S2 Beta ROM)
This commit is contained in:
Angus Gratton
2020-04-25 14:30:26 +10:00
committed by Angus Gratton
parent d4d4d7324a
commit 158ab5a9b9
7 changed files with 10 additions and 45 deletions

View File

@@ -283,9 +283,6 @@ void start_cpu0_default(void)
#if CONFIG_ESP32S2_BROWNOUT_DET
esp_brownout_init();
#endif
#if CONFIG_ESP32S2_DISABLE_BASIC_ROM_CONSOLE
esp_efuse_disable_basic_rom_console();
#endif
rtc_gpio_force_hold_dis_all();