Browse Source

Fix defined but not used build warning

- warning: 'srom' defined but not used

Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
Marcel Ziswiler 17 years ago
parent
commit
8e90cd0447
1 changed files with 0 additions and 1 deletions
  1. 0 1
      board/trizepsiv/eeprom.c

+ 0 - 1
board/trizepsiv/eeprom.c

@@ -24,7 +24,6 @@
 #include <common.h>
 #include <command.h>
 
-static unsigned char srom[128];
 extern u16 read_srom_word(int);
 extern void write_srom_word(int offset, u16 val);