bugfix(spi_flash): Fix wrong naming on 32bit address

This commit is contained in:
Cao Sen Miao 2023-11-01 12:42:22 +08:00
parent 868737e022
commit 5fb2277aaa

View File

@ -139,7 +139,7 @@ menu "Bootloader config"
config BOOTLOADER_CACHE_32BIT_ADDR_OCTAL_FLASH
bool
default y if ESPTOOLPY_OCT_FLASH && SPI_FLASH_32BIT_ADDRESS
default y if ESPTOOLPY_OCT_FLASH && BOOTLOADER_FLASH_32BIT_ADDR
default n
endmenu