From 42699637eca365273c49256ebd3a98344f7c1832 Mon Sep 17 00:00:00 2001 From: jingli Date: Wed, 7 Sep 2022 15:35:47 +0800 Subject: [PATCH] soc: remove unused DR_REG_DPORT_END macro for c2/c3/s2/s3 --- components/soc/esp32c2/include/soc/reg_base.h | 1 - components/soc/esp32c3/include/soc/reg_base.h | 1 - components/soc/esp32s2/include/soc/reg_base.h | 1 - components/soc/esp32s3/include/soc/soc.h | 1 - 4 files changed, 4 deletions(-) diff --git a/components/soc/esp32c2/include/soc/reg_base.h b/components/soc/esp32c2/include/soc/reg_base.h index bdfe3f8039..11c9356068 100644 --- a/components/soc/esp32c2/include/soc/reg_base.h +++ b/components/soc/esp32c2/include/soc/reg_base.h @@ -14,7 +14,6 @@ #define DR_REG_ASSIST_DEBUG_BASE 0x600ce000 #define DR_REG_DEDICATED_GPIO_BASE 0x600cf000 #define DR_REG_WORLD_CNTL_BASE 0x600d0000 -#define DR_REG_DPORT_END 0x600d3FFC #define DR_REG_UART_BASE 0x60000000 #define DR_REG_SPI1_BASE 0x60002000 #define DR_REG_SPI0_BASE 0x60003000 diff --git a/components/soc/esp32c3/include/soc/reg_base.h b/components/soc/esp32c3/include/soc/reg_base.h index ba44a7b2de..d8980124e8 100644 --- a/components/soc/esp32c3/include/soc/reg_base.h +++ b/components/soc/esp32c3/include/soc/reg_base.h @@ -17,7 +17,6 @@ #define DR_REG_ASSIST_DEBUG_BASE 0x600ce000 #define DR_REG_DEDICATED_GPIO_BASE 0x600cf000 #define DR_REG_WORLD_CNTL_BASE 0x600d0000 -#define DR_REG_DPORT_END 0x600d3FFC #define DR_REG_UART_BASE 0x60000000 #define DR_REG_SPI1_BASE 0x60002000 #define DR_REG_SPI0_BASE 0x60003000 diff --git a/components/soc/esp32s2/include/soc/reg_base.h b/components/soc/esp32s2/include/soc/reg_base.h index fae80bec8b..dbc2d2a5cc 100644 --- a/components/soc/esp32s2/include/soc/reg_base.h +++ b/components/soc/esp32s2/include/soc/reg_base.h @@ -20,7 +20,6 @@ #define DR_REG_ASSIST_DEBUG_BASE 0x3f4ce000 #define DR_REG_DEDICATED_GPIO_BASE 0x3f4cf000 #define DR_REG_INTRUSION_BASE 0x3f4d0000 -#define DR_REG_DPORT_END 0x3f4d3FFC #define DR_REG_UART_BASE 0x3f400000 #define DR_REG_SPI1_BASE 0x3f402000 #define DR_REG_SPI0_BASE 0x3f403000 diff --git a/components/soc/esp32s3/include/soc/soc.h b/components/soc/esp32s3/include/soc/soc.h index eeb49ac16e..340ecb6521 100644 --- a/components/soc/esp32s3/include/soc/soc.h +++ b/components/soc/esp32s3/include/soc/soc.h @@ -25,7 +25,6 @@ #define DR_REG_ITAG_TABLE 0x600C6000 #define DR_REG_DTAG_TABLE 0x600C8000 #define DR_REG_EXT_MEM_ENC 0x600CC000 -#define DR_REG_DPORT_END 0x600D3FFC #define REG_UHCI_BASE(i) (DR_REG_UHCI0_BASE - (i) * 0x8000)