diff options
Diffstat (limited to 'tcl/target/telo.cfg')
-rw-r--r-- | tcl/target/telo.cfg | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tcl/target/telo.cfg b/tcl/target/telo.cfg new file mode 100644 index 00000000..cb28e632 --- /dev/null +++ b/tcl/target/telo.cfg @@ -0,0 +1,9 @@ +source [find c100.cfg] + +# boots from NOR on CS0: 8 MBytes CFI flash, 16-bit bus +# it's really 16MB but the upper 8mb is controller via gpio? +flash bank cfi 0x20000000 0x01000000 2 2 $_TARGETNAME + +# +gdb_memory_map enable + |