OSDN Git Service

Prepare for ADFE-FlashWriter 1.0.4 master
authorMasaki Muranaka <monaka at monami-software.com>
Wed, 15 Jul 2009 08:51:54 +0000 (17:51 +0900)
committerMasaki Muranaka <monaka at monami-software.com>
Thu, 17 Dec 2009 03:24:24 +0000 (12:24 +0900)
jtag/src/flash/amd_flash.c

index 934b54d..22de3ec 100644 (file)
@@ -478,15 +478,6 @@ static int amd_29xx040_unlock_block( cfi_array_t *cfi_array, uint32_t adr )
        return 0;
 }
 
-static int
-amd_29xx040_erase_all( cfi_array_t *cfi_array )
-{
-        printf("Error: not implemented.");
-       return FLASH_ERROR_UNKNOWN;
-}
-
-
-
 flash_driver_t amd_29xx040_flash_driver = {
        1, /* buswidth */
        N_("AMD Standard Command Set"),