From 5fb2277aaa4063a2dedce5589aa87d2f76075c57 Mon Sep 17 00:00:00 2001 From: Cao Sen Miao Date: Wed, 1 Nov 2023 12:42:22 +0800 Subject: [PATCH] bugfix(spi_flash): Fix wrong naming on 32bit address --- components/bootloader/Kconfig.projbuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/bootloader/Kconfig.projbuild b/components/bootloader/Kconfig.projbuild index 810bc7fb13..ccccee451b 100644 --- a/components/bootloader/Kconfig.projbuild +++ b/components/bootloader/Kconfig.projbuild @@ -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