mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
8 lines
255 B
Plaintext
8 lines
255 B
Plaintext
/*
|
|
ESP32 ECO3 ROM address table
|
|
Secure Boot Version 2 API's imported from the ROM
|
|
*/
|
|
PROVIDE ( ets_secure_boot_verify_signature = 0x4006543c);
|
|
PROVIDE ( ets_secure_boot_verify_boot_bootloader = 0x400655ec);
|
|
PROVIDE ( ets_use_secure_boot_v2 = 0x4000f8d4);
|