refactor(lpperi): improve compatibility solution

This commit is contained in:
laokaiyao
2025-01-15 17:02:34 +08:00
parent 10db90a2fc
commit 2abf73d94c
10 changed files with 25 additions and 93 deletions

View File

@@ -42,7 +42,6 @@
#include "hal/lpwdt_ll.h"
#include "soc/lp_wdt_reg.h"
#include "soc/pmu_reg.h"
#include "soc/lpperi_struct.h"
#include "hal/efuse_hal.h"
#include "modem/modem_lpcon_reg.h"
@@ -108,9 +107,6 @@ esp_err_t bootloader_init(void)
{
esp_err_t ret = ESP_OK;
// Assign the compatible LPPERI register address in case it is used in the bootloader
lpperi_compatible_reg_addr_init();
bootloader_hardware_init();
bootloader_ana_reset_config();
bootloader_super_wdt_auto_feed();