diff options
Diffstat (limited to 'tcl/target/smdk6410.cfg')
-rw-r--r-- | tcl/target/smdk6410.cfg | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tcl/target/smdk6410.cfg b/tcl/target/smdk6410.cfg new file mode 100644 index 00000000..6ce07cae --- /dev/null +++ b/tcl/target/smdk6410.cfg @@ -0,0 +1,8 @@ +# Target configuration for the Samsung s3c6410 system on chip +# Tested on a SMDK6410 +# Processor : ARM1176 +# Info: JTAG device found: 0x0032409d (Manufacturer: 0x04e, Part: 0x0324, Version: 0x0) + +source [find target/samsung_s3c6410.cfg] + +flash bank cfi 0x00000000 0x00100000 2 2 0 jedec_probe
\ No newline at end of file |