mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
f339b3fc96
These functions were used only for esp32 in secure_boot and flash encryption. Use idf efuse APIs instead of efuse regs.
7 lines
281 B
Plaintext
7 lines
281 B
Plaintext
# Default Secure Boot bootloader is too large to fit in default
|
|
# bootloader size without adding 0x1000 bytes or reducing the log level.
|
|
#
|
|
# If you find yourself needing to edit this in the future, it's a sign the
|
|
# bootloader is bloating out!
|
|
CONFIG_PARTITION_TABLE_OFFSET=0xC000
|