clone + patches for PizzaFactory
| Revision | 758c112f75dc4e302e9a3c2886d495395e7d5376 (tree) |
|---|---|
| Time | 2009-12-17 12:24:24 |
| Author | Masaki Muranaka <monaka at monami-software.com> |
| Commiter | Masaki Muranaka |
Prepare for ADFE-FlashWriter 1.0.4
| @@ -478,15 +478,6 @@ static int amd_29xx040_unlock_block( cfi_array_t *cfi_array, uint32_t adr ) | ||
| 478 | 478 | return 0; |
| 479 | 479 | } |
| 480 | 480 | |
| 481 | -static int | |
| 482 | -amd_29xx040_erase_all( cfi_array_t *cfi_array ) | |
| 483 | -{ | |
| 484 | - printf("Error: not implemented."); | |
| 485 | - return FLASH_ERROR_UNKNOWN; | |
| 486 | -} | |
| 487 | - | |
| 488 | - | |
| 489 | - | |
| 490 | 481 | flash_driver_t amd_29xx040_flash_driver = { |
| 491 | 482 | 1, /* buswidth */ |
| 492 | 483 | N_("AMD Standard Command Set"), |