Remove annoying end-of-line whitespace from tcl/* files
[fw/openocd] / tcl / target / telo.cfg
1 source [find c100.cfg]
2
3 # boots from NOR on CS0:  8 MBytes CFI flash, 16-bit bus
4 # it's really 16MB but the upper 8mb is controller via gpio?
5 flash bank cfi 0x20000000 0x01000000 2 2 $_TARGETNAME
6
7 #
8 gdb_memory_map enable
9