From 400f09d714d18528ebe2797f914c098ee69ad879 Mon Sep 17 00:00:00 2001 From: Ollie Lho Date: Sat, 20 Mar 2004 17:39:43 +0000 Subject: Remove unused #define and function declaration Corresponding to flashrom svn r17 and coreboot v2 svn r1459. --- pm49fl004.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'pm49fl004.c') diff --git a/pm49fl004.c b/pm49fl004.c index e0bd6aa..4cffc14 100644 --- a/pm49fl004.c +++ b/pm49fl004.c @@ -26,11 +26,6 @@ #include "jedec.h" #include "pm49fl004.h" -#define AUTO_PGRM 0x10 -#define CHIP_ERASE 0x30 -#define RESET 0xFF -#define READ_ID 0x90 - static __inline__ int erase_block_49fl004(volatile unsigned char *bios, unsigned long address) { -- cgit v1.1