diff options
Diffstat (limited to 'board/ppmc8260/strataflash.c')
| -rw-r--r-- | board/ppmc8260/strataflash.c | 3 | 
1 files changed, 0 insertions, 3 deletions
| diff --git a/board/ppmc8260/strataflash.c b/board/ppmc8260/strataflash.c index 6d5a85382..f9abfac73 100644 --- a/board/ppmc8260/strataflash.c +++ b/board/ppmc8260/strataflash.c @@ -90,8 +90,6 @@  #define FLASH_MAN_CFI			0x01000000 - -  typedef union {  	unsigned char c;  	unsigned short w; @@ -114,7 +112,6 @@ flash_info_t	flash_info[CFG_MAX_FLASH_BANKS]; /* info for FLASH chips	*/   */ -  static void flash_add_byte(flash_info_t *info, cfiword_t * cword, uchar c);  static void flash_make_cmd(flash_info_t * info, uchar cmd, void * cmdbuf);  static void flash_write_cmd(flash_info_t * info, int sect, uchar offset, uchar cmd); |