change(flash): deprecate bootloader_flash_priv.h

This commit is contained in:
armando
2026-06-02 11:13:54 +08:00
committed by Armando (Dou Yiwen)
parent 6e3abd12a1
commit 2cacb0bd56
49 changed files with 241 additions and 50 deletions

View File

@@ -11,7 +11,6 @@
#include "bootloader_init.h"
#include "bootloader_utility.h"
#include "bootloader_common.h"
#include "bootloader_flash_priv.h"
#include "esp_app_desc.h"
#define MAX_PARTITIONS 8

View File

@@ -4,7 +4,6 @@
* SPDX-License-Identifier: Unlicense OR CC0-1.0
*/
#include "bootloader_flash_override.h"
#include "bootloader_flash_priv.h"
#include "bootloader_flash_custom.h"
#include "esp_rom_spiflash.h"
#include "esp_attr.h"