]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/trizepsiv/eeprom.c
Fix defined but not used build warning
[karo-tx-uboot.git] / board / trizepsiv / eeprom.c
index 3d3bc00221bfbf458ce71df1e0da90a0043be6cb..7a2b90585b886a1947aa28a4f7e1df36639b8990 100644 (file)
@@ -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);