flash: retire unused eCos flash driver

even the AT91EB40a's flash is covered by CFI and nobody ever submitted
any other drivers based on eCos code. It's just possible that this
idea was missing documentation and "marketing", but it's in git if
somebody wants to resurrect it.

Change-Id: I66449aa6e0997301f9d67f28098789bfc891d6e9
Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
Reviewed-on: http://openocd.zylin.com/502
Tested-by: jenkins
Reviewed-by: Øyvind Harboe <oyvindharboe@gmail.com>
This commit is contained in:
Øyvind Harboe
2012-03-05 21:23:20 +01:00
committed by Øyvind Harboe
parent 0999bdb830
commit ed12a6521f
16 changed files with 2 additions and 1085 deletions

View File

@@ -484,20 +484,6 @@ Note: these tests are not designed to test/debug the target, but to test functio
<td>Expected output</td>
<td>Pass/Fail</td>
</tr>
<tr>
<td><a name="FLA001"/>FLA001</td>
<td>Fill in!</td>
<td>Fill in!</td>
<td>Flash probe</td>
<td>Reset init is working</td>
<td>On the telnet interface:<br>
<code> > flash probe 0</code>
</td>
<td>The command should execute without error. The output should state the name of the flash and the starting address. An example of output:<br>
<code>flash 'ecosflash' found at 0x01000000</code>
</td>
<td>PASS/FAIL</td>
</tr>
<tr>
<td><a name="FLA002"/>FLA002</td>
<td>Fill in!</td>