diff --git a/tcl/target/esp32p4.cfg b/tcl/target/esp32p4.cfg index 13593be6d..993acc87e 100644 --- a/tcl/target/esp32p4.cfg +++ b/tcl/target/esp32p4.cfg @@ -105,12 +105,6 @@ proc esp32p4_memprot_is_enabled { } { return [pmp_check_region_protected $RAM_LOW $RAM_HIGH] } -proc create_esp32p4_jtag { } { - global _CHIP_LP_NAME _CHIP_HP_NAME _CPUNAME _CPUTAPID - jtag newtap $_CHIP_LP_NAME $_CPUNAME -irlen 5 -expected-id $_CPUTAPID - jtag newtap $_CHIP_HP_NAME $_CPUNAME -irlen 5 -expected-id $_CPUTAPID -} - create_esp_target $_ESP_ARCH foreach tgt [target names] { diff --git a/tcl/target/esp_common.cfg b/tcl/target/esp_common.cfg index 84d5259ae..39cce70c2 100644 --- a/tcl/target/esp_common.cfg +++ b/tcl/target/esp_common.cfg @@ -39,16 +39,10 @@ if { [info exists ESP_FLASH_SIZE] } { set _FLASH_SIZE $ESP_FLASH_SIZE } -set _ESP_IDF_HOST "0" -if { [info exists ESP_IDF_HOST] } { - set _ESP_IDF_HOST $ESP_IDF_HOST -} - if { [info exists ESP_ONLYCPU] } { set _ONLYCPU $ESP_ONLYCPU } - # Default values. set _CHIP_LP_NAME "lp" set _LP_TAPNUM 0