diff options
author | Øyvind Harboe <oyvind.harboe@zylin.com> | 2012-03-05 21:23:20 +0100 |
---|---|---|
committer | Øyvind Harboe <oyvindharboe@gmail.com> | 2012-03-11 21:14:21 +0000 |
commit | ed12a6521f2ad26ab7140d346bc10250cbf869e1 (patch) | |
tree | 40a87523a604aeb6007e24376be7bf5f35ad5ad0 /testing | |
parent | 0999bdb830492fe3263c5c3c461bce03f87d3b8e (diff) | |
download | riscv-openocd-ed12a6521f2ad26ab7140d346bc10250cbf869e1.zip riscv-openocd-ed12a6521f2ad26ab7140d346bc10250cbf869e1.tar.gz riscv-openocd-ed12a6521f2ad26ab7140d346bc10250cbf869e1.tar.bz2 |
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>
Diffstat (limited to 'testing')
-rw-r--r-- | testing/testcases.html | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/testing/testcases.html b/testing/testcases.html index a3d65b9..a151e9f 100644 --- a/testing/testcases.html +++ b/testing/testcases.html @@ -485,20 +485,6 @@ Note: these tests are not designed to test/debug the target, but to test functio <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> <td>Fill in!</td> |