fix typo in S29GLxxxN, twice

git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@1573 b68d4a1b-bc3d-0410-92ed-d4ac073336b7
master
Arnim Läuger 16 years ago
parent 4b4440dc38
commit 4e1920403a

@ -1,6 +1,6 @@
2009-05-06 Arnim Laeuger <arniml>
* src/flash/amd.c: fix typo in S29GLxxxN
* src/flash/amd.c: fix typo in S29GLxxxN, twice
2009-05-05 Rutger Hofman <rfhh>

@ -609,7 +609,7 @@ urj_flash_driver_t urj_flash_amd_32_flash_driver = {
urj_flash_driver_t urj_flash_amd_16_flash_driver = {
2, /* buswidth */
N_("AMD/Fujitsu Standard Command Set"),
N_("supported: AMD 29LV800B, S92GLxxxN; MX29LV640B; 1x16 Bit"),
N_("supported: AMD 29LV800B, S29GLxxxN; MX29LV640B; 1x16 Bit"),
amd_flash_autodetect16,
amd_flash_print_info,
amd_flash_erase_block,
@ -621,7 +621,7 @@ urj_flash_driver_t urj_flash_amd_16_flash_driver = {
urj_flash_driver_t urj_flash_amd_8_flash_driver = {
1, /* buswidth */
N_("AMD/Fujitsu Standard Command Set"),
N_("supported: AMD 29LV160, AMD 29LV065D, AMD 29LV040B, S92GLxxxN; 1x8 Bit"),
N_("supported: AMD 29LV160, AMD 29LV065D, AMD 29LV040B, S29GLxxxN; 1x8 Bit"),
amd_flash_autodetect8,
amd_flash_print_info,
amd_flash_erase_block,

Loading…
Cancel
Save