]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
Fix defined but not used build warning
authorMarcel Ziswiler <marcel@ziswiler.com>
Thu, 1 May 2008 07:05:34 +0000 (09:05 +0200)
committerWolfgang Denk <wd@denx.de>
Sat, 3 May 2008 21:32:17 +0000 (23:32 +0200)
- warning: 'srom' defined but not used

Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
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);