Skip to content

Commit 517fc97

Browse files
committed
espressif: fix missing macro for esp32s3 XMC flash support
Add CONFIG_BOOTLOADER_FLASH_XMC_SUPPORT macro to esp32s3 sdkconfig.h Signed-off-by: Almir Okato <[email protected]>
1 parent 4bda587 commit 517fc97

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

boot/espressif/hal/include/esp32s3/sdkconfig.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,4 @@
2525
#define CONFIG_EFUSE_VIRTUAL_OFFSET 0x250000
2626
#define CONFIG_EFUSE_VIRTUAL_SIZE 0x2000
2727
#define CONFIG_EFUSE_MAX_BLK_LEN 256
28+
#define CONFIG_BOOTLOADER_FLASH_XMC_SUPPORT 1

0 commit comments

Comments
 (0)