aboutsummaryrefslogtreecommitdiff
path: root/tcl
diff options
context:
space:
mode:
authorJaap de Jong <jaap.dejong@nedap.com>2012-03-06 10:07:34 +0000
committerPeter Stuge <peter@stuge.se>2012-03-06 10:30:54 +0000
commit428d1559ee964fcaac3a9d748a777bfb15e15b02 (patch)
tree9788b6ba119babf5fad2248d4d33e2ef74d8a7b0 /tcl
parentc59a4419fcc5568d59fbaee775132f91cb7fd26b (diff)
downloadriscv-openocd-428d1559ee964fcaac3a9d748a777bfb15e15b02.zip
riscv-openocd-428d1559ee964fcaac3a9d748a777bfb15e15b02.tar.gz
riscv-openocd-428d1559ee964fcaac3a9d748a777bfb15e15b02.tar.bz2
config: fix typo in at91 config
Change-Id: I596cbac3439456fcb02111caee6e8c290c12a6d5 Signed-off-by: Spencer Oliver <spen@spen-soft.co.uk> Reviewed-on: http://openocd.zylin.com/504 Reviewed-by: Peter Stuge <peter@stuge.se> Tested-by: jenkins
Diffstat (limited to 'tcl')
-rw-r--r--tcl/chip/atmel/at91/at91sam9263_matrix.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcl/chip/atmel/at91/at91sam9263_matrix.cfg b/tcl/chip/atmel/at91/at91sam9263_matrix.cfg
index 8a74bcd..ad3d9a2 100644
--- a/tcl/chip/atmel/at91/at91sam9263_matrix.cfg
+++ b/tcl/chip/atmel/at91/at91sam9263_matrix.cfg
@@ -7,7 +7,7 @@ set AT91_MATRIX_MCFG5 [expr ($AT91_MATRIX + 0x14)] ;# Master Configuration Regis
set AT91_MATRIX_MCFG6 [expr ($AT91_MATRIX + 0x18)] ;# Master Configuration Register 6
set AT91_MATRIX_MCFG7 [expr ($AT91_MATRIX + 0x1C)] ;# Master Configuration Register 7
set AT91_MATRIX_MCFG8 [expr ($AT91_MATRIX + 0x20)] ;# Master Configuration Register 8
-set AT91_MATRIX_ULBT [expr (7 << 0) ;# Undefined Length Burst Type
+set AT91_MATRIX_ULBT [expr (7 << 0)] ;# Undefined Length Burst Type
set AT91_MATRIX_ULBT_INFINITE [expr (0 << 0)]
set AT91_MATRIX_ULBT_SINGLE [expr (1 << 0)]
set AT91_MATRIX_ULBT_FOUR [expr (2 << 0)]