commit | 0e4bbd89a27ed94e1f9fed2886c035c11649b5af | [log] [tgz] |
---|---|---|
author | Marcel Ziswiler <marcel@ziswiler.com> | Thu May 01 09:05:34 2008 +0200 |
committer | Wolfgang Denk <wd@denx.de> | Sat May 03 23:32:17 2008 +0200 |
tree | fcb2dd3b544cb8ea091b10e37eec5cdc18a3cb86 | |
parent | b5a7541a52981db5ab12091f8a39ccb20145440e [diff] |
Fix defined but not used build warning - warning: 'srom' defined but not used Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
diff --git a/board/trizepsiv/eeprom.c b/board/trizepsiv/eeprom.c index 3d3bc00..7a2b905 100644 --- a/board/trizepsiv/eeprom.c +++ b/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);