mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
Fix defined but not used build warning
- warning: 'srom' defined but not used Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
This commit is contained in:
parent
b71190f325
commit
8e90cd0447
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue