forked from espressif/esp-idf
bugfix(spi_flash): Fix wrong naming on 32bit address
This commit is contained in:
@@ -139,7 +139,7 @@ menu "Bootloader config"
|
|||||||
|
|
||||||
config BOOTLOADER_CACHE_32BIT_ADDR_OCTAL_FLASH
|
config BOOTLOADER_CACHE_32BIT_ADDR_OCTAL_FLASH
|
||||||
bool
|
bool
|
||||||
default y if ESPTOOLPY_OCT_FLASH && SPI_FLASH_32BIT_ADDRESS
|
default y if ESPTOOLPY_OCT_FLASH && BOOTLOADER_FLASH_32BIT_ADDR
|
||||||
default n
|
default n
|
||||||
|
|
||||||
endmenu
|
endmenu
|
||||||
|
Reference in New Issue
Block a user