change(cache): no use sdkconfig in cache/mmu hal

This commit is contained in:
armando
2025-09-16 15:12:04 +08:00
committed by Armando (Dou Yiwen)
parent 4c8833b6b6
commit 8ebce9b805
33 changed files with 219 additions and 146 deletions

View File

@@ -1,5 +1,5 @@
/*
* SPDX-FileCopyrightText: 2018-2024 Espressif Systems (Shanghai) CO LTD
* SPDX-FileCopyrightText: 2018-2025 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/
@@ -55,6 +55,11 @@ void bootloader_print_banner(void);
*/
esp_err_t bootloader_init(void);
/**
* @brief Initialize cache and mmu
*/
void bootloader_init_ext_mem(void);
#ifdef __cplusplus
}
#endif