target/espressif: cleanup unused macro definitions

Memory region addresses are not in use for now.

Signed-off-by: Erhan Kurubas <erhan.kurubas@espressif.com>
Change-Id: I9a2189e956ae59b56245ec914ab16719df857b2d
Reviewed-on: https://review.openocd.org/c/openocd/+/7762
Tested-by: jenkins
Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
This commit is contained in:
Erhan Kurubas
2023-07-04 23:22:22 +02:00
committed by Antonio Borneo
parent 9fd754ca4d
commit 698adc0c62
3 changed files with 0 additions and 43 deletions

View File

@@ -24,16 +24,6 @@ implementation.
*/
/* ESP32_S3 memory map */
#define ESP32_S3_IRAM_LOW 0x40370000
#define ESP32_S3_IRAM_HIGH 0x403E0000
#define ESP32_S3_IROM_MASK_LOW 0x40000000
#define ESP32_S3_IROM_MASK_HIGH 0x40060000
#define ESP32_S3_DRAM_LOW 0x3FC88000
#define ESP32_S3_DRAM_HIGH 0x3FD00000
#define ESP32_S3_RTC_IRAM_LOW 0x600FE000
#define ESP32_S3_RTC_IRAM_HIGH 0x60100000
#define ESP32_S3_RTC_DRAM_LOW 0x600FE000
#define ESP32_S3_RTC_DRAM_HIGH 0x60100000
#define ESP32_S3_RTC_DATA_LOW 0x50000000
#define ESP32_S3_RTC_DATA_HIGH 0x50002000
#define ESP32_S3_EXTRAM_DATA_LOW 0x3D000000