target config files: Fix whitespace issues.
Drop useless double-space occurences, drop trailing whitespace, and fix some other minor whitespace-related issues. Change-Id: I6b4c515492e2ee94dc25ef1fe4f51015a4bba8b5 Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Signed-off-by: Spencer Oliver <spen@spen-soft.co.uk> Reviewed-on: http://openocd.zylin.com/137 Tested-by: jenkins
This commit is contained in:
committed by
Spencer Oliver
parent
17b546a900
commit
ca45e700b1
@@ -54,7 +54,7 @@ proc at91sam9_reset_init { config } {
|
||||
set rstc_mr_val [expr ($rstc_mr_val | $::AT91_RSTC_URSTEN)]
|
||||
mww $::AT91_RSTC_MR $rstc_mr_val ;# user reset enable
|
||||
|
||||
if { [info exists config(sdram_piod) ] } {
|
||||
if { [info exists config(sdram_piod)] } {
|
||||
set pdr_addr [expr ($::AT91_PIOD + $::PIO_PDR)]
|
||||
set pudr_addr [expr ($::AT91_PIOD + $::PIO_PUDR)]
|
||||
set asr_addr [expr ($::AT91_PIOD + $::PIO_ASR)]
|
||||
|
||||
Reference in New Issue
Block a user