diff options
author | Marcel Ziswiler <marcel@ziswiler.com> | 2008-05-01 09:05:34 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-05-03 23:32:17 +0200 |
commit | 8e90cd0447a0f0ccf529ef86f0e6b56187d3b82a (patch) | |
tree | fcb2dd3b544cb8ea091b10e37eec5cdc18a3cb86 /board | |
parent | b71190f3250aaffcc81c35f6cfd3498cb7c48013 (diff) |
Fix defined but not used build warning
- warning: 'srom' defined but not used
Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
Diffstat (limited to 'board')
-rw-r--r-- | board/trizepsiv/eeprom.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/trizepsiv/eeprom.c b/board/trizepsiv/eeprom.c index 3d3bc00221b..7a2b90585b8 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); |