minor corrections for target scripts.
[fw/openocd] / src / target / target / pxa255_sst.cfg
1 # A PXA255 test board with SST 39LF400A flash
2 #
3 # At reset the memory map is as follows. Note that
4 # the memory map changes later on as the application 
5 # starts...
6 #
7 # RAM at 0x40000000
8 # Flash at 0x00000000
9 #
10 script target/pxa255.cfg
11 # flash bank <driver> <base> <size> <chip_width> <bus_width> <targetNum> [options]
12 flash bank cfi 0x00000000 0x80000 2 2 0 jedec_probe
13 working_area 0 0x4000000 0x4000 nobackup 0