Skip to content

Commit

Permalink
tcl/espressif: cleanup unused lines
Browse files Browse the repository at this point in the history
  • Loading branch information
erhankur committed Feb 3, 2025
1 parent b2c0770 commit 819eff6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions tcl/target/esp32p4.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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] {
Expand Down
6 changes: 0 additions & 6 deletions tcl/target/esp_common.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 819eff6

Please sign in to comment.