mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-16 09:52:22 +00:00
change(cache): no use sdkconfig in cache/mmu hal
This commit is contained in:
committed by
Armando (Dou Yiwen)
parent
4c8833b6b6
commit
8ebce9b805
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user