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/trizepsiv/eeprom.c | |
| parent | b71190f3250aaffcc81c35f6cfd3498cb7c48013 (diff) | |
| download | olio-uboot-2014.01-8e90cd0447a0f0ccf529ef86f0e6b56187d3b82a.tar.xz olio-uboot-2014.01-8e90cd0447a0f0ccf529ef86f0e6b56187d3b82a.zip | |
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/trizepsiv/eeprom.c')
| -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 3d3bc0022..7a2b90585 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); |