From 6bb6de5b35ff182e74edd40070488f1d7029e4f6 Mon Sep 17 00:00:00 2001 From: Ivan Grokhotkov Date: Tue, 13 Jun 2023 11:17:22 +0200 Subject: [PATCH] fix(soc): update SOC_IROM_MASK_HIGH for esp32 for consistency --- components/soc/esp32/include/soc/soc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/soc/esp32/include/soc/soc.h b/components/soc/esp32/include/soc/soc.h index f9e3e87593..0bf212dc17 100644 --- a/components/soc/esp32/include/soc/soc.h +++ b/components/soc/esp32/include/soc/soc.h @@ -237,7 +237,7 @@ #define SOC_IROM_LOW 0x400D0000 #define SOC_IROM_HIGH 0x40400000 #define SOC_IROM_MASK_LOW 0x40000000 -#define SOC_IROM_MASK_HIGH 0x40064F00 +#define SOC_IROM_MASK_HIGH 0x40070000 #define SOC_CACHE_PRO_LOW 0x40070000 #define SOC_CACHE_PRO_HIGH 0x40078000 #define SOC_CACHE_APP_LOW 0x40078000